MCPcopy Create free account
hub / github.com/ShipSecAI/studio / pump

Function pump

frontend/src/components/timeline/ExecutionTimeline.tsx:115–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 if (!isLiveMode) return;
114 let frame: number;
115 const pump = () => {
116 tickLiveClock();
117 frame = requestAnimationFrame(pump);
118 };
119 frame = requestAnimationFrame(pump);
120 return () => cancelAnimationFrame(frame);
121 }, [isLiveMode, tickLiveClock]);

Callers 1

streamMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected