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

Function readTimeline

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

Source from the content-addressed store, hash-verified

57};
58
59export const readTimeline = (runDir: string): Timeline | null =>
60 existsSync(fileFor(runDir)) ? read(runDir) : null;
61
62// ---------------------------------------------------------------------------
63// Human dwells — pacing for a watchable recording, owned by the framework.

Callers 1

actsFromTimelineFunction · 0.90

Calls 2

readFunction · 0.85
fileForFunction · 0.70

Tested by

no test coverage detected