MCPcopy
hub / github.com/docsifyjs/docsify / resolveExpireKey

Function resolveExpireKey

src/plugins/search/search.js:12–16  ·  view source on GitHub ↗
(namespace)

Source from the content-addressed store, hash-verified

10};
11
12function resolveExpireKey(namespace) {
13 return namespace
14 ? `${LOCAL_STORAGE.EXPIRE_KEY}/${namespace}`
15 : LOCAL_STORAGE.EXPIRE_KEY;
16}
17
18function resolveIndexKey(namespace) {
19 return namespace

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…