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

Method get_value

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

Source from the content-addressed store, hash-verified

27 self[0] + self[1] + self[2]
28 }
29}
30
31impl CarrierValue for &str {
32 fn carrier_value(self) -> i32 {
33 self.len() as i32
34 }

Callers 1

check_propertiesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected