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

Method found

basex-core/src/main/java/org/basex/util/InputParser.java:129–131  ·  view source on GitHub ↗

Returns a "found" string, containing the current character. @return completion

()

Source from the content-addressed store, hash-verified

127 * @return completion
128 */
129 protected final byte[] found() {
130 return current() == 0 ? EMPTY : Util.inf(FOUND, currentAsString());
131 }
132
133 /**
134 * Returns a maximum of 15 remaining characters that have not yet been parsed.

Callers 13

contextValueDeclMethod · 0.80
varDeclMethod · 0.80
switchhMethod · 0.80
axisStepMethod · 0.80
nodeTestMethod · 0.80
stringLiteralMethod · 0.80
bracedURILiteralMethod · 0.80
argumentListMethod · 0.80
dirElementMethod · 0.80
ftPrimaryMethod · 0.80
updatingFunctionCallMethod · 0.80
checkMethod · 0.80

Calls 3

currentMethod · 0.95
infMethod · 0.95
currentAsStringMethod · 0.95

Tested by

no test coverage detected