MCPcopy Create free account
hub / github.com/freecodexyz/free-code / addToTurnHookDuration

Function addToTurnHookDuration

src/bootstrap/state.ts:596–599  ·  view source on GitHub ↗
(duration: number)

Source from the content-addressed store, hash-verified

594}
595
596export function addToTurnHookDuration(duration: number): void {
597 STATE.turnHookDurationMs += duration
598 STATE.turnHookCount++
599}
600
601export function resetTurnHookDuration(): void {
602 STATE.turnHookDurationMs = 0

Callers 1

executeHooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected