MCPcopy 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

5declare const APQ_CACHE: KV.Namespace
6
7export interface APQResult {
8 query: string
9}
10
11export const key_item = (uid: string) => `apq-cache::${uid}`
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected