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

Method SetRefreshDelay

phxqueue_phxrpc/comm/fileloader.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72void FileLoader::SetRefreshDelay(const int refresh_delay_s) {
73 impl_->refresh_delay_s = refresh_delay_s;
74}
75
76bool FileLoader::SetFileIfUnset(const std::string &file) {
77 if (impl_->file.empty()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected