(&self, owner_class: Option<&str>, function_name: &str)
| 25 | pub fn relative_pointer_byte_offset_field(field_name: &str) -> String { |
| 26 | format!("{field_name}{RELATIVE_POINTER_BYTE_OFFSET_SUFFIX}") |
| 27 | } |
| 28 | |
| 29 | /// A Rust source position attached to generated code. |
| 30 | /// |
| 31 | /// JVM line tables only store line numbers; the corresponding file name is |
| 32 | /// stored once on the containing class through its `SourceFile` attribute. |
no outgoing calls
no test coverage detected