MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / ~HttpServer

Method ~HttpServer

src/HttpServer.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 _xml(xml) {}
44
45HttpServer::~HttpServer() {
46 cancelThread();
47 joinThread();
48}
49
50void HttpServer::initialize(
51 int port,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected