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

Method setRunMetadata

worker/src/adapters/trace.adapter.ts:71–76  ·  view source on GitHub ↗
(
    runId: string,
    metadata: { workflowId?: string; organizationId?: string | null },
  )

Source from the content-addressed store, hash-verified

69 }
70
71 setRunMetadata(
72 runId: string,
73 metadata: { workflowId?: string; organizationId?: string | null },
74 ): void {
75 this.metadataByRun.set(runId, metadata);
76 }
77
78 finalizeRun(runId: string): void {
79 if (this.eventsByRun) {

Callers 1

mainFunction · 0.95

Calls 1

setMethod · 0.45

Tested by

no test coverage detected