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/scopedCache.ts:523–525 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
521
}
522
523
trackMiss(): void {
524
this.cacheState.misses = this.cacheState.misses + 1
525
}
526
527
trackAccess(key: cache_.MapKey<Key>): Array<MapValue<Key, Value, Error>> {
528
const
cleanedKeys: Array<MapValue<Key, Value, Error>> = []
Callers
1
get
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected