Function: projectile-all-project-files
projectile-all-project-files is a byte-compiled function defined in
projectile.el.
Signature
(projectile-all-project-files)
Documentation
Get a list of all files in all projects.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-all-project-files ()
"Get a list of all files in all projects."
(projectile-project-group-files projectile-known-projects))