Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ trackHit
Method
trackHit
packages/effect/src/internal/cache.ts:603–605 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
601
}
602
603
trackHit(): void {
604
this.cacheState.hits = this.cacheState.hits + 1
605
}
606
607
trackMiss(): void {
608
this.cacheState.misses = this.cacheState.misses + 1
Callers
1
resolveMapValue
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected