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

Method brace

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

Adds a token wrapped with curly braces. @param token token to be added @return self reference

(final Object token)

Source from the content-addressed store, hash-verified

152 * @return self reference
153 */
154 public QueryString brace(final Object token) {
155 return braced(" { ", token, " }");
156 }
157
158 /**
159 * Serializes a chopped version of the specified value.

Callers 15

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
toStringMethod · 0.80

Calls 1

bracedMethod · 0.95

Tested by

no test coverage detected