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

Function getActiveTimeCounter

src/bootstrap/state.ts:1021–1023  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1019}
1020
1021export function getActiveTimeCounter(): AttributedCounter | null {
1022 return STATE.activeTimeCounter
1023}
1024
1025export function getLoggerProvider(): LoggerProvider | null {
1026 return STATE.loggerProvider

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected