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

Method parse

basex-core/src/main/java/org/basex/query/value/item/B64.java:107–110  ·  view source on GitHub ↗
(final Item item, final InputInfo info)

Source from the content-addressed store, hash-verified

105 }
106
107 @Override
108 public final byte[] parse(final Item item, final InputInfo info) throws QueryException {
109 return parse(item.string(info), info);
110 }
111
112 /**
113 * Converts the given token into a byte array.

Callers 1

getMethod · 0.95

Calls 4

decodeMethod · 0.95
debugMethod · 0.95
castErrorMethod · 0.80
stringMethod · 0.45

Tested by

no test coverage detected