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

Function makeEntryStats

packages/effect/src/internal/cache.ts:308–310  ·  view source on GitHub ↗
(loadedMillis: number)

Source from the content-addressed store, hash-verified

306
307/** @internal */
308export const makeEntryStats = (loadedMillis: number): Cache.EntryStats => ({
309 loadedMillis
310})
311
312class CacheImpl<in out Key, in out Value, in out Error> implements Cache.Cache<Key, Value, Error> {
313 readonly [CacheTypeId] = cacheVariance

Callers 3

entryStatsMethod · 0.85
setMethod · 0.85
lookupValueOfMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected