Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
export
const
key_item = (uid: string) => `apq-cache::${uid}`
12
13
export
function
find(uid: string) {
14
const
key = key_item(uid)
Callers
3
find
Function · 0.85
remove
Function · 0.85
save
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected