Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ start
Method
start
basex-api/src/test/java/org/basex/http/rest/RESTTest.java:27–29 ·
view source on GitHub ↗
Start server. @throws Exception exception
()
Source
from the content-addressed store, hash-verified
25
* @throws Exception exception
26
*/
27
@BeforeAll
public
static
void
start() throws Exception {
28
init(REST_ROOT, true);
29
}
30
31
/**
32
* Checks
if
a string starts with another.
Callers
nothing calls this directly
Calls
1
init
Method · 0.45
Tested by
no test coverage detected