MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / fileFor

Function fileFor

e2e/src/timeline.ts:23–23  ·  view source on GitHub ↗
(runDir: string)

Source from the content-addressed store, hash-verified

21}
22
23const fileFor = (runDir: string) => join(runDir, "timeline.json");
24
25const read = (runDir: string): Timeline => {
26 const file = fileFor(runDir);

Callers 3

readFunction · 0.70
writeFunction · 0.70
readTimelineFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected