MCPcopy Create free account
hub / github.com/StarpTech/FastGraph / key_item

Function key_item

src/stores/APQCache.ts:11–11  ·  view source on GitHub ↗
(uid: string)

Source from the content-addressed store, hash-verified

9}
10
11export const key_item = (uid: string) => `apq-cache::${uid}`
12
13export function find(uid: string) {
14 const key = key_item(uid)

Callers 3

findFunction · 0.85
removeFunction · 0.85
saveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected