Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ record_infer_only_hit
Method
record_infer_only_hit
crates/kernel/src/perf.rs:134–136 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
132
}
133
134
pub fn record_infer_only_hit(&self) {
135
bump(&self.infer_only_cache_hits);
136
}
137
138
pub fn record_infer_only_miss(&self) {
139
bump(&self.infer_only_cache_misses);
Callers
1
infer
Method · 0.80
Calls
1
bump
Function · 0.85
Tested by
no test coverage detected