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

Function write

e2e/src/timeline.ts:31–32  ·  view source on GitHub ↗
(runDir: string, timeline: Timeline)

Source from the content-addressed store, hash-verified

29};
30
31const write = (runDir: string, timeline: Timeline) =>
32 writeFileSync(fileFor(runDir), JSON.stringify(timeline, null, 1));
33
34/** Record that `window`'s recording clock starts now. */
35export const markRecordingStart = (runDir: string, window: TimelineWindow): void => {

Callers 4

markRecordingStartFunction · 0.70
markFocusFunction · 0.70
markNavigationFunction · 0.70
makeLineSplitterFunction · 0.50

Calls 1

fileForFunction · 0.70

Tested by

no test coverage detected