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

Function remove

src/stores/APQCache.ts:20–23  ·  view source on GitHub ↗
(pqKey: string)

Source from the content-addressed store, hash-verified

18}
19
20export function remove(pqKey: string) {
21 const key = key_item(pqKey)
22 return DB.remove(APQ_CACHE, key)
23}
24
25export function save(uid: string, result: APQResult, expirationTtl: number) {
26 const key = key_item(uid)

Callers

nothing calls this directly

Calls 1

key_itemFunction · 0.85

Tested by

no test coverage detected