Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getOption
Method · 0.95
getOptionComplete
Method · 0.95
getEither
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected