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

Function fileFor

e2e/src/trace-harvest.ts:26–26  ·  view source on GitHub ↗
(runDir: string)

Source from the content-addressed store, hash-verified

24}
25
26const fileFor = (runDir: string) => join(runDir, "traces.json");
27
28export const appendTraces = (runDir: string, entries: ReadonlyArray<TraceEntry>): void => {
29 if (entries.length === 0) return;

Callers 1

appendTracesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected