Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Shangyizhou/A-Tiny-Network-Library
/ getLoop
Method
getLoop
src/http/HttpServer.h:22–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
TcpServer::Option option = TcpServer::kNoReusePort);
21
22
EventLoop* getLoop() const { return server_.getLoop(); }
23
24
void setHttpCallback(const HttpCallback& cb)
25
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected