Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MonaSolutions/MonaServer
/ ServerManager
Method
ServerManager
MonaCore/sources/Server.cpp:30–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
ServerManager::ServerManager(Server& server):_server(server),Task(server),Startable(
"ServerManager"
) {
31
}
32
33
void ServerManager::run(Exception& ex) {
34
do {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected