MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / function_key

Method function_key

src/oomir.rs:27–29  ·  view source on GitHub ↗
(&self, owner_class: Option<&str>, function_name: &str)

Source from the content-addressed store, hash-verified

25pub 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.

Callers 2

insert_functionMethod · 0.80
get_functionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected