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

Method runDir

src/node/services/workflows/WorkflowRunStore.ts:1021–1024  ·  view source on GitHub ↗
(runId: string)

Source from the content-addressed store, hash-verified

1019 }
1020
1021 private runDir(runId: string): string {
1022 assertValidWorkflowRunId(runId);
1023 return path.join(this.workflowsDir(), runId);
1024 }
1025
1026 private runFile(runId: string): string {
1027 return path.join(this.runDir(runId), "run.json");

Callers 9

createRunMethod · 0.95
createRunIfAbsentMethod · 0.95
acquireLeaseMethod · 0.95
readWorkflowSourceMethod · 0.95
getStepArtifactsDirMethod · 0.95
runFileMethod · 0.95
eventsFileMethod · 0.95
stepsFileMethod · 0.95
leaseFileMethod · 0.95

Calls 2

workflowsDirMethod · 0.95
assertValidWorkflowRunIdFunction · 0.85

Tested by

no test coverage detected