Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ AsyncLoader
Method
AsyncLoader
src/test/LoaderTest.java:510–514 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
508
String path;
509
510
AsyncLoader(String path) {
511
super(frame,
"Loading "
+ XML.getName(path), 10,
512
progressInit, progress_done);
513
this.path = path;
514
}
515
516
@Override
517
public
void
initAsync() {
Callers
nothing calls this directly
Calls
1
getName
Method · 0.95
Tested by
no test coverage detected