MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / capabilityCacheKey

Function capabilityCacheKey

apps/desktop/src/main/vault.ts:1679–1681  ·  view source on GitHub ↗
(paths: Required<VaultTextSearchToolPaths>)

Source from the content-addressed store, hash-verified

1677}
1678
1679function capabilityCacheKey(paths: Required<VaultTextSearchToolPaths>): string {
1680 return JSON.stringify(paths)
1681}
1682
1683function candidateCacheKey(
1684 root: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected