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

Method exists

basex-core/src/main/java/org/basex/core/Sandbox.java:361–363  ·  view source on GitHub ↗

Returns a test to check if the specified expression or path occurs in the query plan. @param expr expression @return test string

(final String expr)

Source from the content-addressed store, hash-verified

359 * @return test string
360 */
361 protected static String exists(final String expr) {
362 return "exists(//" + expr + ')';
363 }
364
365 /**
366 * Returns a test to check if the specified expression occurs in the query plan.

Callers 13

readMethod · 0.45
getMethod · 0.45
dbExistsMethod · 0.45
readMethod · 0.45
initMethod · 0.45
JobsMethod · 0.45
writeMethod · 0.45
openMethod · 0.45
putMethod · 0.45
initMethod · 0.45
openMethod · 0.45
runMethod · 0.45

Calls 2

classNameMethod · 0.95
classNameMethod · 0.65

Tested by

no test coverage detected