MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / close

Method close

Libraries/Http/HttpAsyncFileServer.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61Result HttpAsyncFileServer::close()
62{
63 eventLoop = nullptr;
64 threadPool = nullptr;
65 directory = {};
66 return Result(true);
67}
68
69void HttpAsyncFileServer::setUseAsyncFileSend(bool value) { useAsyncFileSend = value; }
70

Callers 3

getFileMethod · 0.45
putFileMethod · 0.45
onDataMethod · 0.45

Calls 1

ResultClass · 0.50

Tested by

no test coverage detected