Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ record_def_eq_hit
Method
record_def_eq_hit
crates/kernel/src/perf.rs:146–148 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
144
// -----------------------------------------------------------------------
145
146
pub fn record_def_eq_hit(&self) {
147
bump(&self.def_eq_cache_hits);
148
}
149
150
pub fn record_def_eq_miss(&self) {
151
bump(&self.def_eq_cache_misses);
Callers
1
is_def_eq
Method · 0.80
Calls
1
bump
Function · 0.85
Tested by
no test coverage detected