Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
const
fileFor = (runDir: string) => join(runDir,
"timeline.json"
);
24
25
const
read = (runDir: string): Timeline => {
26
const
file = fileFor(runDir);
Callers
3
read
Function · 0.70
write
Function · 0.70
readTimeline
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected