MCPcopy Create free account
hub / github.com/encounter/objdiff / find_last_symbol

Function find_last_symbol

objdiff-gui/src/views/symbol_diff.rs:691–693  ·  view source on GitHub ↗
(section_display: &[SectionDisplay])

Source from the content-addressed store, hash-verified

689}
690
691fn find_last_symbol(section_display: &[SectionDisplay]) -> Option<usize> {
692 section_display.iter().flat_map(|s| s.symbols.iter()).next_back().map(|s| s.symbol)
693}
694
695#[must_use]
696pub fn symbol_list_ui(

Callers 1

find_prev_symbolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected