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

Method FileLoader

phxqueue_phxrpc/comm/fileloader.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54FileLoader::FileLoader() : impl_(new FileLoaderImpl()) {
55 assert(impl_);
56 pthread_rwlock_init(&impl_->rwlock, NULL);
57}
58
59FileLoader::FileLoader(const string &file) : impl_(new FileLoaderImpl()) {
60 assert(impl_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected