Function: treemacs--get-img-property
treemacs--get-img-property is a byte-compiled function defined in
treemacs-icons.el.
Signature
(treemacs--get-img-property IMAGE PROPERTY)
Documentation
Return the value of PROPERTY in IMAGE.
Source Code
;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-icons.el
(define-inline treemacs--get-img-property (image property)
"Return the value of PROPERTY in IMAGE."
;; code aken from emacs 26
(declare (side-effect-free t))
(inline-letevals (image property)
(inline-quote
(plist-get (cdr ,image) ,property))))