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

Method runFile

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

Source from the content-addressed store, hash-verified

1024 }
1025
1026 private runFile(runId: string): string {
1027 return path.join(this.runDir(runId), "run.json");
1028 }
1029
1030 private eventsFile(runId: string): string {
1031 return path.join(this.runDir(runId), "events.jsonl");

Callers 4

getRunStatusSnapshotMethod · 0.95
getRunFileSnapshotMethod · 0.95
getRunUnlockedMethod · 0.95
writeRunFileMethod · 0.95

Calls 1

runDirMethod · 0.95

Tested by

no test coverage detected