1 2 3 4 5
impl crate::records::function_bytecode_summary::FunctionBytecodeSummary { pub fn get_line(&self) -> i32 { self.line } }