Skip to main content

luaur_code_gen/methods/
function_bytecode_summary_get_line.rs

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