Function: hyrolo--cache-get-major-mode-from-index

hyrolo--cache-get-major-mode-from-index is a byte-compiled function defined in hyrolo.el.

Signature

(hyrolo--cache-get-major-mode-from-index MAJOR-MODE-INDEX)

Documentation

Return major-mode key from hash table entry with key MAJOR-MODE-INDEX.

Return nil if not found.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defun hyrolo--cache-get-major-mode-from-index (major-mode-index)
  "Return `major-mode' key from hash table entry with key MAJOR-MODE-INDEX.
Return nil if not found."
  (gethash major-mode-index hyrolo--cache-index-to-major-mode-hasht))