Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ record_infer_hit
Method
record_infer_hit
crates/kernel/src/perf.rs:126–128 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
124
// -----------------------------------------------------------------------
125
126
pub fn record_infer_hit(&self) {
127
bump(&self.infer_cache_hits);
128
}
129
130
pub fn record_infer_miss(&self) {
131
bump(&self.infer_cache_misses);
Callers
1
infer
Method · 0.80
Calls
1
bump
Function · 0.85
Tested by
no test coverage detected