Function: projectile-src-extension

projectile-src-extension is a byte-compiled function defined in projectile.el.

Signature

(projectile-src-extension PROJECT-TYPE)

Documentation

Find the extension implementation files use in PROJECT-TYPE, or nil.

The counterpart of projectile-test-extension\=, for naming the implementation belonging to a test.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-src-extension (project-type)
  "Find the extension implementation files use in PROJECT-TYPE, or nil.
The counterpart of `projectile-test-extension\\=', for naming the
implementation belonging to a test."
  (projectile-project-type-attribute project-type 'src-extension))