MCPcopy Create free account
hub / github.com/Rust-for-Linux/klint / Call

Class Call

src/binary_analysis/dwarf.rs:256–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254
255#[derive(Debug)]
256pub struct Call {
257 pub caller: String,
258 pub callee: String,
259 pub location: Option<Location>,
260}
261
262impl<'file, 'data> DwarfLoader<'file, 'data> {
263 pub fn new(object: &'file File<'data>) -> Result<Self, Error> {

Callers 5

check_terminatorMethod · 0.85
recover_fn_call_spanFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected