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

Method insertValue

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

Inserts a value at the given position. @param pos insertion position, must be between 0 and #size() @param value value to insert @param job interruptible job @return new value

(long pos, Value value, Job job)

Source from the content-addressed store, hash-verified

167 * @return new value
168 */
169 public abstract Value insertValue(long pos, Value value, Job job);
170
171 /**
172 * Removes an item at the given position.

Callers 1

insertMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected