Function: treemacs-scope->current-scope

treemacs-scope->current-scope is a byte-compiled function defined in treemacs-scope.el.

Signature

(treemacs-scope->current-scope ARG &rest ARGS)

Implementations

((_ (subclass treemacs-frame-scope))) in `treemacs-scope.el'.

Get the current scope.

((_ (subclass treemacs-scope))) in `treemacs-scope.el'.

Get the current scope.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-scope.el
(cl-defmethod treemacs-scope->current-scope ((_ (subclass treemacs-scope)))
  "Get the current scope."
  (error "Default `current-scope' implementation was called"))