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

Method append

basex-core/src/main/java/org/basex/query/value/Value.java:143–145  ·  view source on GitHub ↗

Appends a value. @param value value to append @param job interruptible job @return new value

(final Value value, final Job job)

Source from the content-addressed store, hash-verified

141 * @return new value
142 */
143 public final Value append(final Value value, final Job job) {
144 return insert(size(), value, job);
145 }
146
147 /**
148 * Inserts a value at the given position.

Callers 2

valueMethod · 0.95
computeValueMethod · 0.95

Calls 2

insertMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected