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

Method id

tests/binary/traits/src/main.rs:33–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

31impl CarrierValue for &str {
32 fn carrier_value(self) -> i32 {
33 self.len() as i32
34 }
35}
36
37trait PrimitiveTraitObject {
38 fn doubled(&self) -> i32;

Callers 1

check_propertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected