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

Method string

basex-core/src/main/java/org/basex/util/Token.java:128–130  ·  view source on GitHub ↗

Returns the specified token as string. @param token token @return string

(final byte[] token)

Source from the content-addressed store, hash-verified

126 * @return string
127 */
128 public static String string(final byte[] token) {
129 return string(token, 0, token.length);
130 }
131
132 /**
133 * Converts the specified token to a string.

Callers 15

writeMethod · 0.95
RESTTestClass · 0.95
compareMethod · 0.95
valueMethod · 0.95
checkParsedMethod · 0.95
toStringMethod · 0.95
sessionMethod · 0.95
testReadTokenLongMethod · 0.95
testReadTokenMethod · 0.95
testReadBytesLongIntMethod · 0.95
testReadBytesIntMethod · 0.95
testCursorLongMethod · 0.95

Calls

no outgoing calls

Tested by 15

writeMethod · 0.76
compareMethod · 0.76
testReadTokenLongMethod · 0.76
testReadTokenMethod · 0.76
testReadBytesLongIntMethod · 0.76
testReadBytesIntMethod · 0.76
testCursorLongMethod · 0.76
testIterMethod · 0.76
testFullMethod · 0.76
fullMethod · 0.76
writeBackMethod · 0.76
getCodeMethod · 0.76