Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Zzzia/NetRobot
/ run
Method
run
src/Main.java:188–191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
186
Timer timer =
new
Timer();
187
timer.schedule(
new
TimerTask() {
188
@Override
189
public
void
run() {
190
end();
191
}
192
}, timeout);
193
}
194
}
Callers
nothing calls this directly
Calls
1
end
Method · 0.95
Tested by
no test coverage detected