Function: projectile--phoenix-view-key

projectile--phoenix-view-key is a byte-compiled function defined in projectile.el.

Signature

(projectile--phoenix-view-key REL-PATH)

Documentation

Return the Phoenix resource key of the view REL-PATH (Phoenix 1.6).

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile--phoenix-view-key (rel-path)
  "Return the Phoenix resource key of the view REL-PATH (Phoenix 1.6)."
  (projectile--basename-key rel-path "_view.ex"))