Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
ClockImpl
Class · 0.95
Calls
1
now
Method · 0.45
Tested by
no test coverage detected