Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
handleSubmit
Function · 0.45
NodeTerminalPanel
Function · 0.45
ToastProvider
Function · 0.45
LocalAuthProvider
Function · 0.45
resetRunStoreState
Function · 0.45
authStore.test.ts
File · 0.45
useWorkflowHistory
Function · 0.45
trace.adapter.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected