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

Method as_math

tests/binary/modules/src/main.rs:220–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

218 }
219
220 pub fn as_math(self) -> crate::maths::Point {
221 crate::maths::Point::new(self.magnitude, self.magnitude + 1)
222 }
223 }
224
225 pub fn point(magnitude: i32) -> Point {

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected