Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ newData
Method
newData
basex-core/src/main/java/org/basex/core/cmd/ACreate.java:109–113 ·
view source on GitHub ↗
(final Context ctx)
Source
from the content-addressed store, hash-verified
107
}
108
109
@Override
110
public
boolean newData(
final
Context ctx) {
111
if
(newData) Close.close(ctx);
112
return
newData;
113
}
114
115
@Override
116
public
void
addLocks() {
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected