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

Method newData

basex-core/src/main/java/org/basex/core/cmd/Execute.java:47–50  ·  view source on GitHub ↗
(final Context ctx)

Source from the content-addressed store, hash-verified

45 }
46
47 @Override
48 public final boolean newData(final Context ctx) {
49 return Close.close(ctx);
50 }
51
52 @Override
53 public final void addLocks() {

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected