Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setStart
Method
setStart
src/periphery/Place.java:57–60 ·
view source on GitHub ↗
(Position start)
Source
from the content-addressed store, hash-verified
55
}
56
57
public
Place setStart(Position start) {
58
this.start.setTo(start);
59
return
this;
60
}
61
62
public
Place setEnd(Position end) {
63
this.end.setTo(end);
Callers
2
getPlaceFromCoordinates
Method · 0.95
initInput
Method · 0.80
Calls
1
setTo
Method · 0.45
Tested by
no test coverage detected