MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / stat

Class stat

test/CommandLineConvertTest.cpp:667–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665 EXPECT_EQ("開放中文轉換", GetFileContents(file));
666
667 struct stat info;
668 ASSERT_EQ(0, stat(file.c_str(), &info));
669 EXPECT_EQ(0644, info.st_mode & 07777);
670}

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.56