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