Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ F
Method
F
src/main/java/trace/util/Rasterizer.kt:148–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
}
147
148
fun stroke() {
149
out.write(
'S'
.toInt())
150
}
151
152
private fun F(x: Vec2) {
153
F(x.x)
154
F(x.y)
Callers
nothing calls this directly
Calls
3
and
Method · 0.80
F
Function · 0.50
write
Method · 0.45
Tested by
no test coverage detected