MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / monoNowMs

Method monoNowMs

packages/agent-core/src/tools/cron/clock.ts:44–44  ·  view source on GitHub ↗

* Strictly monotonic millisecond counter. Never overridden. Used for * the 1-second poll cadence and the lock-heartbeat liveness window.

()

Source from the content-addressed store, hash-verified

42 * the 1-second poll cadence and the lock-heartbeat liveness window.
43 */
44 monoNowMs(): number;
45}
46
47const systemMonoNowMs = (): number => Number(process.hrtime.bigint() / 1_000_000n);

Callers 1

clock.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected