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

Method s

basex-core/src/main/java/org/basex/data/Data.java:1033–1035  ·  view source on GitHub ↗

Stores the specified value in the update buffer. @param value value to be stored

(final int value)

Source from the content-addressed store, hash-verified

1031 * @param value value to be stored
1032 */
1033 private void s(final int value) {
1034 buffer[bufferPos++] = (byte) value;
1035 }
1036
1037 /**
1038 * Generates a new ID.

Callers 4

docMethod · 0.95
elemMethod · 0.95
textMethod · 0.95
attrMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected