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

Method item

basex-api/src/main/java/org/basex/query/func/ws/WsPath.java:14–17  ·  view source on GitHub ↗
(final QueryContext qc, final InputInfo ii)

Source from the content-addressed store, hash-verified

12 */
13public final class WsPath extends WsFn {
14 @Override
15 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {
16 return Str.get(client(qc).path.toString());
17 }
18}

Callers

nothing calls this directly

Calls 3

getMethod · 0.95
toStringMethod · 0.65
clientMethod · 0.45

Tested by

no test coverage detected