MCPcopy Create free account
hub / github.com/Tencent/phxqueue / FileConfig

Method FileConfig

phxqueue_phxrpc/comm/fileconfig.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39FileConfig::FileConfig() : impl_(new FileConfigImpl()) {
40 assert(impl_);
41 pthread_rwlock_init(&impl_->rwlock, NULL);
42}
43
44FileConfig::FileConfig(const std::string &file) : impl_(new FileConfigImpl()) {
45 assert(impl_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected