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

Method value

basex-core/src/main/java/org/basex/query/func/fn/Ids.java:31–34  ·  view source on GitHub ↗
(final QueryContext qc)

Source from the content-addressed store, hash-verified

29 private final Map<Data, Boolean> indexed = Collections.synchronizedMap(new IdentityHashMap<>());
30
31 @Override
32 public final Value value(final QueryContext qc) throws QueryException {
33 return ids(qc);
34 }
35
36 /**
37 * Returns referenced nodes.

Callers 15

RecordConstructorMethod · 0.45
itemMethod · 0.45
definitionMethod · 0.45
invokeInternalMethod · 0.45
visitMethod · 0.45
functionOptionMethod · 0.45
evalFuncMethod · 0.45
itemMethod · 0.45
iterMethod · 0.45
itemMethod · 0.45
generateMethod · 0.45
itemMethod · 0.45

Calls 1

idsMethod · 0.95

Tested by

no test coverage detected