MCPcopy
hub / github.com/opentrace/opentrace / fetchMetadata

Method fetchMetadata

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

Source from the content-addressed store, hash-verified

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
109 * repoId, plus their relationships). Global nodes like Dependency survive.

Callers 3

dispatchFunction · 0.65
ExportModalFunction · 0.65
IndexMetadataPanelFunction · 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