Function: kview:id-counter

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

Signature

(kview:id-counter KVIEW)

Documentation

Return the highest current idstamp (an integer) used by KVIEW.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/kotl/kview.el
(defun kview:id-counter (kview)
  "Return the highest current idstamp (an integer) used by KVIEW."
  (kcell:get-attr (kview:get-attr kview 'top-cell) 'id-counter))