Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doc
Method · 0.95
elem
Method · 0.95
text
Method · 0.95
attr
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected