MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / initialize

Method initialize

src/HttpServer.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void HttpServer::initialize(
51 int port,
52 bool nonblock) {
53 HttpcServer::initialize(port, nonblock);
54 startThread();
55}
56
57void HttpServer::threadEntry() {
58 SI_LOG_INFO("Setting up HTTP server");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected