MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / commit_info

Method commit_info

plugins/dwarf/dwarf_import/src/dwarfdebuginfo.rs:652–656  ·  view source on GitHub ↗
(&self, debug_info: &mut DebugInfo)

Source from the content-addressed store, hash-verified

650 }
651
652 pub(crate) fn commit_info(&self, debug_info: &mut DebugInfo) {
653 self.commit_types(debug_info);
654 self.commit_data_variables(debug_info);
655 self.commit_functions(debug_info);
656 }
657}

Callers 1

parse_infoMethod · 0.80

Calls 3

commit_typesMethod · 0.80
commit_data_variablesMethod · 0.80
commit_functionsMethod · 0.80

Tested by

no test coverage detected