MCPcopy
hub / github.com/vladmandic/sdnext / fetchJson

Method fetchJson

ui/autocomplete_xn.ts:39–39  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

37 embed: XnIndex;
38 wildcard: XnIndex;
39 fetchJson(path: string): Promise<unknown>;
40 loadAll(): Promise<void>;
41 searchLoras(prefix: string, limit?: number): SearchResult[];
42 searchEmbeddings(prefix: string, limit?: number): SearchResult[];

Callers 1

loadAllFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected