Function: projectile-dashboard--visit-file
projectile-dashboard--visit-file is a byte-compiled function defined
in projectile.el.
Signature
(projectile-dashboard--visit-file BUTTON)
Documentation
Visit the project file BUTTON stands for.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
;;;; Dashboard buttons
(defun projectile-dashboard--visit-file (button)
"Visit the project file BUTTON stands for."
(find-file (expand-file-name (button-get button 'projectile-file)
(button-get button 'projectile-root))))