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

Function segment

tests/binary/modules/src/main.rs:163–165  ·  view source on GitHub ↗
(start: Point, end: Point)

Source from the content-addressed store, hash-verified

161 }
162
163 pub fn segment(start: Point, end: Point) -> Segment {
164 Segment { start, end }
165 }
166
167 pub fn axis_value(point: Point, axis: Axis) -> i32 {
168 match axis {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected