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

Method item

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

Source from the content-addressed store, hash-verified

13 */
14public final class WsClose extends WsFn {
15 @Override
16 public Item item(final QueryContext qc, final InputInfo ii) throws QueryException {
17 client(qc).close();
18 return Empty.VALUE;
19 }
20}

Callers

nothing calls this directly

Calls 2

closeMethod · 0.65
clientMethod · 0.45

Tested by

no test coverage detected