MCPcopy Create free account
hub / github.com/Boris-code/feapder / resolveIndexKey

Function resolveIndexKey

docs/lib/docsify/lib/plugins/search.js:12–14  ·  view source on GitHub ↗
(namespace)

Source from the content-addressed store, hash-verified

10 return namespace ? ((LOCAL_STORAGE.EXPIRE_KEY) + "/" + namespace) : LOCAL_STORAGE.EXPIRE_KEY
11 }
12 function resolveIndexKey(namespace) {
13 return namespace ? ((LOCAL_STORAGE.INDEX_KEY) + "/" + namespace) : LOCAL_STORAGE.INDEX_KEY
14 }
15
16 function escapeHtml(string) {
17 var entityMap = {

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected