MCPcopy Create free account
hub / github.com/Snapchat/Valdi / stat

Class stat

valdi/test/runtime/ZStdUtils_tests.cpp:367–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365
366 // The target path is still a directory — rename was rejected, not partial.
367 struct stat st{};
368 ASSERT_EQ(0, ::stat(targetPath.toString().c_str(), &st));
369 EXPECT_TRUE(S_ISDIR(st.st_mode));
370}

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.56