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
;; Closure converted to defun by helpful.
(defun ht-get--inliner
(inline--form table key &optional default)
(ignore inline--form)
(catch 'inline--just-use
(list 'gethash key table default)))