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

Method get

basex-core/src/main/java/org/basex/query/value/seq/StrSeq.java:98–100  ·  view source on GitHub ↗

Creates a sequence with the specified values. @param values values (will be invalidated by this call) @return value

(final TokenList values)

Source from the content-addressed store, hash-verified

96 * @return value
97 */
98 public static Value get(final TokenList values) {
99 return get(values, BasicType.STRING);
100 }
101
102 /**
103 * Creates a sequence with the specified values.

Callers 15

headersMethod · 0.95
mapMethod · 0.95
bindMethod · 0.95
onWebSocketConnectMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
valueMethod · 0.95
namesMethod · 0.95
valueMethod · 0.95

Calls 7

getMethod · 0.95
getMethod · 0.95
getMethod · 0.95
sizeMethod · 0.65
getMethod · 0.65
isEmptyMethod · 0.45
finishMethod · 0.45

Tested by 2

stringsMethod · 0.76