Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Helidium/Mitol
/ createServer
Method
createServer
src/Http.cpp:7–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
MNS::Server *MNS::Http::createServer() {
8
if(this->server) return this->server;
9
10
this->server = new MNS::Server();
11
12
return this->server;
13
}
14
15
MNS::Http::~Http() {
16
if(this->server) {
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected