Function: kview:kotl

kview:kotl is a byte-compiled function defined in kview.el.

Signature

(kview:kotl KVIEW)

Documentation

Return KVIEW's kotl object or nil if argument is not a kview.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kview:kotl (kview)
  "Return KVIEW's kotl object or nil if argument is not a kview."
  (when (kview:is-p kview)
    (kview:get-attr kview 'kotl)))