MCPcopy
hub / github.com/opentrace/opentrace / fetchStats

Method fetchStats

ui/src/store/types.ts:105–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 ensureReady?(): Promise<void>;
104 fetchGraph(query?: string, hops?: number): Promise<GraphData>;
105 fetchStats(): Promise<GraphStats>;
106 fetchMetadata(): Promise<IndexMetadata[]>;
107 clearGraph(): Promise<void>;
108 /** Remove all data scoped to a single repo (nodes whose IDs start with the

Callers 2

dispatchFunction · 0.65
useGraphDataFunction · 0.65

Implementers 4

LadybugGraphStoreui/src/store/ladybugStore.ts
WorkerGraphStoreui/src/store/workerStore.ts
ServerGraphStoreui/src/store/serverStore.ts
InMemoryGraphStoreui/src/store/inMemoryStore.ts

Calls

no outgoing calls

Tested by

no test coverage detected