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

Method newID

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

Generates a new ID. @return ID

()

Source from the content-addressed store, hash-verified

1039 * @return ID
1040 */
1041 private int newID() {
1042 return ++meta.lastid;
1043 }
1044
1045 /**
1046 * Stores the specified value in the update buffer.

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected