MCPcopy Create free account
hub / github.com/breck7/scroll / searchIndex

Method searchIndex

ScrollSetCLI.js:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 get searchIndex() {
26 if (!this.quickCache.searchIndex) this.quickCache.searchIndex = this.makeNameSearchIndex()
27 return this.quickCache.searchIndex
28 }
29
30 makeFilePath(id) {
31 return path.join(this.conceptsFolder, id + ".scroll")

Callers

nothing calls this directly

Calls 1

makeNameSearchIndexMethod · 0.95

Tested by

no test coverage detected