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

Method params

basex-core/src/main/java/org/basex/query/func/Function.java:2279–2281  ·  view source on GitHub ↗

Returns an array representation of the specified sequence types. @param params parameters @return array

(final SeqType... params)

Source from the content-addressed store, hash-verified

2277 * @return array
2278 */
2279 private static SeqType[] params(final SeqType... params) {
2280 return params;
2281 }
2282
2283 /**
2284 * Returns a set representation of the specified compiler flags.

Callers 15

FunctionEnum · 0.95
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected