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

Method bool

basex-core/src/main/java/org/basex/query/value/item/Item.java:119–121  ·  view source on GitHub ↗

Returns a boolean representation of the value. @param ii input info (can be null) @return boolean value @throws QueryException query exception

(final InputInfo ii)

Source from the content-addressed store, hash-verified

117 * @throws QueryException query exception
118 */
119 public boolean bool(final InputInfo ii) throws QueryException {
120 throw testError(this, false, ii);
121 }
122
123 /**
124 * Returns a decimal representation of the value.

Callers 1

testMethod · 0.95

Calls 1

testErrorMethod · 0.80

Tested by

no test coverage detected