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

Method owner_class_for_function

src/oomir.rs:54–56  ·  view source on GitHub ↗
(&'a self, function: &'a Function)

Source from the content-addressed store, hash-verified

52 function.owner_class.as_deref().unwrap_or(&self.name),
53 &function.name,
54 &function.signature,
55 );
56 self.functions.entry(key).or_insert(function);
57 }
58
59 pub fn owner_class_for_function<'a>(&'a self, function: &'a Function) -> &'a str {

Callers 2

oomir_to_jvm_bytecodeFunction · 0.80
translate_instructionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected