MCPcopy Create free account
hub / github.com/coder/mux / stepsFile

Method stepsFile

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

Source from the content-addressed store, hash-verified

1032 }
1033
1034 private stepsFile(runId: string): string {
1035 return path.join(this.runDir(runId), "steps.jsonl");
1036 }
1037
1038 private leaseFile(runId: string): string {
1039 return path.join(this.runDir(runId), "lease.json");

Callers 4

readStepsMethod · 0.95
appendStepRecordMethod · 0.95

Calls 1

runDirMethod · 0.95

Tested by

no test coverage detected