MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / preciseNow

Method preciseNow

packages/core/src/v3/clock/index.ts:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public preciseNow(): ClockTime {
27 return this.#getClock().preciseNow();
28 }
29
30 public reset(): void {
31 this.#getClock().reset();

Callers

nothing calls this directly

Calls 2

#getClockMethod · 0.95
preciseNowMethod · 0.65

Tested by

no test coverage detected