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

Method insert_function

src/oomir.rs:35–38  ·  view source on GitHub ↗
(&mut self, function: Function)

Source from the content-addressed store, hash-verified

33#[derive(Debug, Clone, PartialEq, Eq, Hash)]
34pub struct SourceLocation {
35 pub file_name: String,
36 pub line: u32,
37}
38
39/// A source-level Rust variable that can be represented by a JVM local slot.
40#[derive(Debug, Clone, PartialEq, Eq, Hash)]
41pub struct DebugVariable {

Callers 2

lower_closure_to_oomirFunction · 0.80
codegen_crateMethod · 0.80

Calls 1

function_keyMethod · 0.80

Tested by

no test coverage detected