MCPcopy
hub / github.com/opentrace/opentrace / setLimits

Method setLimits

ui/src/store/types.ts:112–112  ·  view source on GitHub ↗
(maxNodes: number, maxEdges: number)

Source from the content-addressed store, hash-verified

110 * Optional: ServerGraphStore is read-only and omits this. */
111 deleteRepo?(repoId: string): Promise<void>;
112 setLimits?(maxNodes: number, maxEdges: number): Promise<void>;
113 importBatch(batch: ImportBatchRequest): Promise<ImportBatchResponse>;
114 /** Flush any buffered writes to the backing store. No-op if unbuffered. */
115 flush(): Promise<void>;

Callers 2

dispatchFunction · 0.65
applyLimitsFunction · 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