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

Class stat

phxqueue/comm/utils/file_util.cpp:235–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233int CopyDir(const string &src_dir_path, const string &dst_dir_path) {
234 // struct required, rationale: function stat() exists also
235 struct stat src_stat;
236 if (-1 == stat(src_dir_path.c_str(), &src_stat)) {
237 int ret{errno};
238 // TODO:

Callers 1

CopyDirFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected