Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chenshuo/muduo
/ QueryData
Method
QueryData
examples/cdns/Resolver.h:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
Resolver* owner;
52
Callback callback;
53
QueryData(Resolver* o, const Callback& cb)
54
: owner(o), callback(cb)
55
{
56
}
57
};
58
59
muduo::net::EventLoop* loop_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected