Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSourcePhysics/osp
/ toString
Method
toString
src/org/opensourcephysics/tools/Resource.java:368–371 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
366
}
367
368
@Override
369
public
String toString() {
370
return
"[resource "
+ (file != null ? file.toString() : url != null ? url.toString() : null) +
"]"
;
371
}
372
373
/**
374
* Just
for
a Video image
Callers
3
getText
Method · 0.95
Resource
Method · 0.45
getString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected