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

Method append

backend/src/agent-trace/agent-trace.service.ts:18–20  ·  view source on GitHub ↗
(event: Parameters<AgentTraceRepository['append']>[0])

Source from the content-addressed store, hash-verified

16 constructor(private readonly repository: AgentTraceRepository) {}
17
18 async append(event: Parameters<AgentTraceRepository['append']>[0]): Promise<void> {
19 await this.repository.append(event);
20 }
21
22 async getRunMetadata(
23 agentRunId: string,

Callers

nothing calls this directly

Calls 1

appendMethod · 0.65

Tested by

no test coverage detected