Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
impl CarrierValue for &str {
32
fn carrier_value(self) -> i32 {
33
self.len() as i32
34
}
Callers
1
check_properties
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected