MCPcopy 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_symbolMethod · 0.80
instruction_contextMethod · 0.80
instruction_hoverMethod · 0.80
display_data_rowMethod · 0.80
data_hoverMethod · 0.80
data_contextMethod · 0.80
find_symbolMethod · 0.80
get_symbolMethod · 0.80
resolve_symbolMethod · 0.80
symbol_list_uiFunction · 0.80
symbol_label_uiFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected