MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / tick

Function tick

webview-ui/src/components/chat/ReasoningBlock.tsx:33–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 useEffect(() => {
32 if (isLast && isStreaming) {
33 const tick = () => setElapsed(Date.now() - startTimeRef.current)
34 tick()
35 const id = setInterval(tick, 1000)
36 return () => clearInterval(id)

Callers 1

ReasoningBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected