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

Class Function

src/oomir.rs:224–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 fn write_jvm_params(&self, result: &mut String, params: &[(String, Type)]) {
225 for (_param_name, param_type) in params {
226 if param_type.has_jvm_value() {
227 result.push_str(&param_type.to_jvm_descriptor());
228 }
229 }
230 }
231
232 pub fn to_jvm_descriptor_with_explicit_params(&self) -> String {

Callers 6

codegen_crateMethod · 0.85
ensure_union_data_typeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected