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

Method descendants

basex-core/src/main/java/org/basex/io/IOFile.java:258–260  ·  view source on GitHub ↗

Returns the relative paths of all descendant files (excluding directories). @return relative paths

()

Source from the content-addressed store, hash-verified

256 * @return relative paths
257 */
258 public StringList descendants() {
259 return descendants(null);
260 }
261
262 /**
263 * Returns the relative paths of all descendant non-filtered files (excluding directories).

Callers 14

exportMethod · 0.95
binariesMethod · 0.95
copyMethod · 0.95
valueMethod · 0.95
createMethod · 0.95
copyMethod · 0.95
pathsMethod · 0.95
dbFilesMethod · 0.45
cacheMethod · 0.45
listMethod · 0.45
testMethod · 0.45
getMethod · 0.45

Calls 5

isDirMethod · 0.95
endsWithMethod · 0.95
addDescendantsMethod · 0.95
lengthMethod · 0.45
pathMethod · 0.45

Tested by

no test coverage detected