MCPcopy 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

getTextMethod · 0.95
ResourceMethod · 0.45
getStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected