MCPcopy
hub / github.com/Effect-TS/effect / unsafeCurrentTimeMillis

Method unsafeCurrentTimeMillis

packages/effect/src/internal/clock.ts:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 readonly [ClockTypeId]: Clock.ClockTypeId = ClockTypeId
69
70 unsafeCurrentTimeMillis(): number {
71 return Date.now()
72 }
73
74 unsafeCurrentTimeNanos(): bigint {
75 return processOrPerformanceNow()

Callers 1

ClockImplClass · 0.95

Calls 1

nowMethod · 0.45

Tested by

no test coverage detected