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

Function resolveIndexKey

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

Source from the content-addressed store, hash-verified

16}
17
18function resolveIndexKey(namespace) {
19 return namespace
20 ? `${LOCAL_STORAGE.INDEX_KEY}/${namespace}`
21 : LOCAL_STORAGE.INDEX_KEY;
22}
23
24function escapeHtml(string) {
25 const entityMap = {

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…