Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ check_properties
Function
check_properties
tests/binary/traits/src/main.rs:85–87 ·
view source on GitHub ↗
Checks properties via immutable trait object
(calc: &dyn Calculator)
Source
from the content-addressed store, hash-verified
83
self.next += 1;
84
Some(value)
85
}
86
}
87
88
struct I64Source {
89
next: i64,
90
}
Callers
1
main
Function · 0.85
Calls
2
get_value
Method · 0.80
id
Method · 0.80
Tested by
no test coverage detected