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

Method decode

basex-core/src/main/java/org/basex/util/Base64.java:82–84  ·  view source on GitHub ↗

Decodes the specified string. @param token value to be decoded @return resulting token

(final String token)

Source from the content-addressed store, hash-verified

80 * @return resulting token
81 */
82 public static String decode(final String token) {
83 return string(decode(token(token)));
84 }
85
86 /**
87 * Decodes the specified token.

Callers 6

loginMethod · 0.95
parseMethod · 0.95
extractPartMethod · 0.95
recv_c_strMethod · 0.45
iter_receiveMethod · 0.45
readMethod · 0.45

Calls 8

addMethod · 0.95
finishMethod · 0.95
errorMethod · 0.95
b2hMethod · 0.95
tokenMethod · 0.65
containsMethod · 0.65
stringMethod · 0.45
substringMethod · 0.45

Tested by

no test coverage detected