Function: ht-get--inliner

ht-get--inliner is a function defined in ht.el.

Signature

(ht-get--inliner INLINE--FORM TABLE KEY &optional DEFAULT)

Source Code

;; Defined in ~/.emacs.d/elpa/ht-20230703.558/ht.el
;; Could not find source code, showing raw function object.
#[(inline--form table key &optional default)
  ((ignore inline--form)
   (catch 'inline--just-use (list 'gethash key table default)))
  (t)]