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

Method value

basex-api/src/main/java/org/basex/query/func/ws/WsIds.java:15–18  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

13 */
14public final class WsIds extends WsFn {
15 @Override
16 public Value value(final QueryContext qc) {
17 return StrSeq.get(WsPool.ids());
18 }
19}

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
idsMethod · 0.95

Tested by

no test coverage detected