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

Function toSession

e2e/viewer/src/SessionPlayer.tsx:94–94  ·  view source on GitHub ↗
(wall: number)

Source from the content-addressed store, hash-verified

92 // recording's end (anchored back into session time).
93 const acts = useMemo<Act[]>(() => {
94 const toSession = (wall: number) => (wall - sessionStart) / 1000;
95 return timeline.focus.map((entry, index) => {
96 const next = timeline.focus[index + 1];
97 let to = Infinity;

Callers 1

SessionPlayerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected