MCPcopy Create free account
hub / github.com/dobin/RedEdr / stat

Class stat

RedEdrShared/loguru.cpp:344–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 {
343 FileAbs* file_abs = reinterpret_cast<FileAbs*>(user_data);
344 struct stat st;
345 int ret;
346 if (!file_abs->fp || (ret = stat(file_abs->path, &st)) == -1 || (st.st_ino != file_abs->st.st_ino)) {
347 file_abs->is_reopening = true;

Callers 2

file_reopenFunction · 0.70
add_fileFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected