Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/StarpTech/FastGraph
/ APQResult
Interface
APQResult
src/stores/APQCache.ts:7–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
declare
const
APQ_CACHE: KV.Namespace
6
7
export
interface
APQResult {
8
query: string
9
}
10
11
export
const
key_item = (uid: string) => `apq-cache::${uid}`
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected