MCPcopy Index your code
hub / github.com/coder/mux / getWorkflowRunAttachment

Method getWorkflowRunAttachment

src/node/services/streamManager.ts:656–662  ·  view source on GitHub ↗
(event: WorkflowRunAttachedEvent)

Source from the content-addressed store, hash-verified

654 }
655
656 private getWorkflowRunAttachment(event: WorkflowRunAttachedEvent): WorkflowRunToolAttachment {
657 return {
658 runId: event.runId,
659 ...(event.run != null ? { run: event.run } : {}),
660 timestamp: event.timestamp,
661 };
662 }
663
664 private takePendingWorkflowRunAttachment(
665 streamInfo: WorkspaceStreamInfo,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected