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

Method getEvents

worker/src/adapters/trace.adapter.ts:56–61  ·  view source on GitHub ↗
(runId: string)

Source from the content-addressed store, hash-verified

54 }
55
56 getEvents(runId: string): TraceEvent[] {
57 if (!this.bufferEnabled || !this.eventsByRun) {
58 return [];
59 }
60 return this.eventsByRun.get(runId) ?? [];
61 }
62
63 clear(): void {
64 if (this.eventsByRun) {

Callers 2

Calls 1

getMethod · 0.65

Tested by

no test coverage detected