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

Class stat

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

Source from the content-addressed store, hash-verified

113
114 if (static_cast<uint64_t>(now_time) > impl_->last_check_time + impl_->check_interval_s) {
115 struct stat fileStat;
116
117 if (0 == stat(impl_->file.c_str(), &fileStat)) {
118 ResetTimeByInode(fileStat.st_ino);

Callers 1

LoadIfModifiedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected