Function: projectile--phoenix-live-key
projectile--phoenix-live-key is a byte-compiled function defined in
projectile.el.
Signature
(projectile--phoenix-live-key REL-PATH)
Documentation
Return the Phoenix resource key of the LiveView REL-PATH.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--phoenix-live-key (rel-path)
"Return the Phoenix resource key of the LiveView REL-PATH."
(projectile--basename-key rel-path "_live.ex"))