MCPcopy 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

inferMethod · 0.80

Calls 1

bumpFunction · 0.85

Tested by

no test coverage detected