Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ setUponContinue
Method
setUponContinue
src/gui/panel/SetupPanel.java:99–101 ·
view source on GitHub ↗
(Runnable uponContinue)
Source
from the content-addressed store, hash-verified
97
}
98
99
public
void
setUponContinue(Runnable uponContinue) {
100
this.uponContinue = uponContinue;
101
}
102
103
public
static
void
main(String[] args) {
104
Tester.main(args);
Callers
1
initialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected