Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ TEST
Function
TEST
source/test/server_test.cpp:8–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
using namespace Star;
7
8
TEST(ServerTest, Run) {
9
UniverseServer server(Root::singleton().toStoragePath(
"universe"
));
10
server.start();
11
server.stop();
12
server.join();
13
}
Callers
nothing calls this directly
Calls
5
singleton
Class · 0.85
toStoragePath
Method · 0.80
start
Method · 0.45
stop
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected