Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
Result HttpAsyncFileServer::close()
62
{
63
eventLoop = nullptr;
64
threadPool = nullptr;
65
directory = {};
66
return Result(true);
67
}
68
69
void HttpAsyncFileServer::setUseAsyncFileSend(bool value) { useAsyncFileSend = value; }
70
Callers
3
getFile
Method · 0.45
putFile
Method · 0.45
onData
Method · 0.45
Calls
1
Result
Class · 0.50
Tested by
no test coverage detected