MCPcopy Create free account
hub / github.com/BaseXdb/basex / name

Method name

basex-core/src/main/java/org/basex/io/IO.java:293–295  ·  view source on GitHub ↗

Returns the name of the resource. @return file name

()

Source from the content-addressed store, hash-verified

291 * @return file name
292 */
293 public final String name() {
294 return nm;
295 }
296
297 /**
298 * Sets the name of the resource.

Callers 11

buildMethod · 0.95
runMethod · 0.95
sourceToIOMethod · 0.95
runMethod · 0.95
dbNameMethod · 0.95
textMethod · 0.95
toStringMethod · 0.95
moduleMethod · 0.95
readMethod · 0.95
fillXmlInputMethod · 0.95
installMethod · 0.95

Calls 1

isEmptyMethod · 0.45

Tested by

no test coverage detected