Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ unsafeCurrentTimeNanos
Method
unsafeCurrentTimeNanos
packages/effect/src/internal/clock.ts:74–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
72
}
73
74
unsafeCurrentTimeNanos(): bigint {
75
return
processOrPerformanceNow()
76
}
77
78
currentTimeMillis: Effect.Effect<number> = core.sync(() => this.unsafeCurrentTimeMillis())
79
Callers
1
ClockImpl
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected