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

Method isAbsolute

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

Tests if this is an absolute path. @return result of check

()

Source from the content-addressed store, hash-verified

177 * @return result of check
178 */
179 public boolean isAbsolute() {
180 return true;
181 }
182
183 /**
184 * Tests if the file suffix matches the specified suffixes.

Callers 4

mergeMethod · 0.95
initMethod · 0.45
namespaceMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36