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/Open.java:69–72 ·
view source on GitHub ↗
(final Context ctx)
Source
from the content-addressed store, hash-verified
67
}
68
69
@Override
70
public
boolean newData(
final
Context ctx) {
71
return
Close.close(ctx);
72
}
73
74
/**
75
* Opens the specified database.
Callers
2
execute
Method · 0.45
execute
Method · 0.45
Calls
1
close
Method · 0.95
Tested by
no test coverage detected