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

Method trackMiss

packages/effect/src/internal/cache.ts:607–609  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

605 }
606
607 trackMiss(): void {
608 this.cacheState.misses = this.cacheState.misses + 1
609 }
610
611 trackAccess(key: MapKey<Key>): void {
612 MutableQueue.offer(this.cacheState.accesses, key)

Callers 3

getOptionMethod · 0.95
getOptionCompleteMethod · 0.95
getEitherMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected