Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ point
Function
point
tests/binary/modules/src/main.rs:159–161 ·
view source on GitHub ↗
(x: i32, y: i32)
Source
from the content-addressed store, hash-verified
157
}
158
159
pub fn point(x: i32, y: i32) -> Point {
160
Point { x, y }
161
}
162
163
pub fn segment(start: Point, end: Point) -> Segment {
164
Segment { start, end }
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected