Function: projectile-dashboard--open-vc

projectile-dashboard--open-vc is a byte-compiled function defined in projectile.el.

Signature

(projectile-dashboard--open-vc BUTTON)

Documentation

Open the VC interface of the project BUTTON stands for.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defun projectile-dashboard--open-vc (button)
  "Open the VC interface of the project BUTTON stands for."
  (projectile-vc (button-get button 'projectile-root)))