Variable: projectile--frecency-table

projectile--frecency-table is a variable defined in projectile.el.

Value

nil

Documentation

Hash of project root to a hash of relative file name to (COUNT . TIME).

TIME is the last visit in seconds since the epoch. nil until loaded from projectile-frecency-file by projectile--frecency-data.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile--frecency-table nil
  "Hash of project root to a hash of relative file name to (COUNT . TIME).
TIME is the last visit in seconds since the epoch.  nil until loaded
from `projectile-frecency-file' by `projectile--frecency-data'.")