Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ translated
Method
translated
tests/binary/modules/src/main.rs:131–136 ·
view source on GitHub ↗
(self, dx: i32, dy: i32)
Source
from the content-addressed store, hash-verified
129
}
130
131
pub fn translated(self, dx: i32, dy: i32) -> Point {
132
Point {
133
x: self.x + dx,
134
y: self.y + dy,
135
}
136
}
137
}
138
139
pub struct Segment {
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected