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

Method fn_ptr_interface_name

src/oomir.rs:250–256  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

248 }
249 Self::Interface {
250 methods,
251 interfaces,
252 is_enum,
253 } => {
254 interfaces.hash(state);
255 is_enum.hash(state);
256 let mut methods = methods.iter().collect::<Vec<_>>();
257 methods.sort_unstable_by_key(|(name, _)| *name);
258 methods.hash(state);
259 }

Callers 2

translate_instructionMethod · 0.80
ensure_fn_ptr_interfaceFunction · 0.80

Tested by

no test coverage detected