Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/phxqueue
/ ConsumerConfig
Method
ConsumerConfig
phxqueue/config/consumerconfig.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
};
33
34
ConsumerConfig::ConsumerConfig() : impl_(new ConsumerConfigImpl()) {
35
assert(impl_);
36
}
37
38
ConsumerConfig::~ConsumerConfig() {}
39
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected