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

Method add

basex-core/src/main/java/org/basex/query/up/Updates.java:96–98  ·  view source on GitHub ↗

Adds an update primitive to the current context modifier. @param up update primitive @param qc query context @throws QueryException query exception

(final Update up, final QueryContext qc)

Source from the content-addressed store, hash-verified

94 * @throws QueryException query exception
95 */
96 public void add(final Update up, final QueryContext qc) throws QueryException {
97 mod.add(up, qc);
98 }
99
100 /**
101 * Adds output.

Callers 11

itemMethod · 0.95
itemMethod · 0.95
putMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected