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

Method quoted

basex-core/src/main/java/org/basex/query/QueryString.java:173–176  ·  view source on GitHub ↗

Serializes a chopped version of the specified value with quotes. @param value value @return token

(final byte[] value)

Source from the content-addressed store, hash-verified

171 * @return token
172 */
173 public QueryString quoted(final byte[] value) {
174 tb.add(toQuoted(value));
175 return this;
176 }
177
178 /**
179 * Adds a braced token.

Callers 11

toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80
toStringMethod · 0.80

Calls 2

toQuotedMethod · 0.95
addMethod · 0.65

Tested by

no test coverage detected