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

Method LoadIfModified

phxqueue_phxrpc/comm/fileloader.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91bool FileLoader::LoadIfModified() {
92 bool is_modified = false;
93 return LoadIfModified(is_modified);
94}
95
96bool FileLoader::LoadIfModified(bool &is_modified) {
97 if (impl_->file.empty()) {

Callers 8

NewGlobalConfigMethod · 0.80
NewTopicConfigMethod · 0.80
NewConsumerConfigMethod · 0.80
NewStoreConfigMethod · 0.80
NewSchedulerConfigMethod · 0.80
NewLockConfigMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

statClass · 0.70

Tested by 2

mainFunction · 0.64
mainFunction · 0.64