Function: treemacs--find-project-for-path

treemacs--find-project-for-path is a byte-compiled function defined in treemacs-workspaces.el.

Signature

(treemacs--find-project-for-path PATH)

Documentation

Return the project for PATH in the current workspace.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-workspaces.el
(define-inline treemacs--find-project-for-path (path)
  "Return the project for PATH in the current workspace."
  (declare (side-effect-free t))
  (inline-letevals (path)
    (inline-quote (treemacs-is-path ,path :in-workspace))))