MCPcopy Create free account
hub / github.com/ShipSecAI/studio / clear

Method clear

worker/src/adapters/trace.adapter.ts:63–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 }
62
63 clear(): void {
64 if (this.eventsByRun) {
65 this.eventsByRun.clear();
66 }
67 this.sequenceByRun.clear();
68 this.metadataByRun.clear();
69 }
70
71 setRunMetadata(
72 runId: string,

Callers 8

handleSubmitFunction · 0.45
NodeTerminalPanelFunction · 0.45
ToastProviderFunction · 0.45
LocalAuthProviderFunction · 0.45
resetRunStoreStateFunction · 0.45
authStore.test.tsFile · 0.45
useWorkflowHistoryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected