Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
const
fileFor = (runDir: string) => join(runDir,
"traces.json"
);
27
28
export
const
appendTraces = (runDir: string, entries: ReadonlyArray<TraceEntry>): void => {
29
if
(entries.length === 0)
return
;
Callers
1
appendTraces
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected