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

Method hasExpired

packages/effect/src/internal/cache.ts:641–643  ·  view source on GitHub ↗
(clock: Clock.Clock, timeToLiveMillis: number)

Source from the content-addressed store, hash-verified

639 }
640
641 hasExpired(clock: Clock.Clock, timeToLiveMillis: number): boolean {
642 return clock.unsafeCurrentTimeMillis() > timeToLiveMillis
643 }
644
645 lookupValueOf(
646 input: Key,

Callers 2

refreshMethod · 0.95
resolveMapValueMethod · 0.95

Calls 1

Tested by

no test coverage detected