Variable: hypb:in-string-cache
hypb:in-string-cache is a variable defined in hypb.el.
Value
#s(hash-table test eq)
Documentation
Key: buffer, Value: (tick (range1) (range2) ...) Where each range is ((start . end) . is-in-string).
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hypb.el
;;; ************************************************************************
;;; Private variables
;;; ************************************************************************
(defvar hypb:in-string-cache (make-hash-table :test 'eq)
"Key: buffer, Value: (tick (range1) (range2) ...)
Where each range is ((start . end) . is-in-string).")