MCPcopy Index your code
hub / github.com/Effect-TS/effect / unsafeCurrentTimeMillis

Method unsafeCurrentTimeMillis

packages/effect/src/Clock.ts:34–34  ·  view source on GitHub ↗

* Unsafely returns the current time in milliseconds.

()

Source from the content-addressed store, hash-verified

32 * Unsafely returns the current time in milliseconds.
33 */
34 unsafeCurrentTimeMillis(): number
35 /**
36 * Returns the current time in milliseconds.
37 */

Callers 15

setMethod · 0.65
hasExpiredMethod · 0.65
lookupValueOfMethod · 0.65
logMethod · 0.65
releaseFunction · 0.65
rcMap.tsFile · 0.65
processFunction · 0.65
strategyCreationTTLFunction · 0.65
lookupValueOfMethod · 0.65
hasExpiredMethod · 0.65
unsafeGetFunction · 0.65
getFunction · 0.65

Implementers 2

TestClockImplpackages/effect/src/TestClock.ts
ClockImplpackages/effect/src/internal/clock.ts

Calls

no outgoing calls

Tested by

no test coverage detected