Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/encounter/objdiff
/ get
Method
get
objdiff-core/src/diff/mod.rs:127–127 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
125
126
#[inline(always)]
127
pub fn get(&self) -> Option<u32> { self.0.map(|idx| idx.get() - 1) }
128
129
#[inline(always)]
130
pub fn is_some(&self) -> bool { self.0.is_some() }
Callers
15
display_symbol
Method · 0.80
display_instruction_row
Method · 0.80
instruction_context
Method · 0.80
instruction_hover
Method · 0.80
display_data_row
Method · 0.80
data_hover
Method · 0.80
data_context
Method · 0.80
find_symbol
Method · 0.80
get_symbol
Method · 0.80
resolve_symbol
Method · 0.80
symbol_list_ui
Function · 0.80
symbol_label_ui
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected