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

Method threadEntry

src/HttpServer.cpp:57–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void HttpServer::threadEntry() {
58 SI_LOG_INFO("Setting up HTTP server");
59
60 for (;; ) {
61 // call poll with a timeout of 500 ms
62 poll(500);
63 }
64}
65
66std::size_t HttpServer::readFile(const char *filePath, std::string &data) const {
67 std::ifstream file;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected