MCPcopy 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
7MNS::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
15MNS::Http::~Http() {
16 if(this->server) {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected