MCPcopy 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
88struct I64Source {
89 next: i64,
90}

Callers 1

mainFunction · 0.85

Calls 2

get_valueMethod · 0.80
idMethod · 0.80

Tested by

no test coverage detected