MCPcopy
hub / github.com/opentrace/opentrace / storeSource

Method storeSource

ui/src/store/types.ts:131–131  ·  view source on GitHub ↗
(files: SourceFile[])

Source from the content-addressed store, hash-verified

129 /** Set an embedder instance for query-time vector search. */
130 setEmbedder?(embedder: unknown): void;
131 storeSource(files: SourceFile[]): void;
132 fetchSource(
133 nodeId: string,
134 startLine?: number,

Callers 3

dispatchFunction · 0.65
runMethod · 0.65
indexPRIntoGraphFunction · 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