MCPcopy Create free account
hub / github.com/apache/brpc / stat

Class stat

test/temp_file_unittest.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35{
36 butil::TempFile tmp;
37 struct stat st;
38 //check if existed
39 ASSERT_EQ(0, stat(tmp.fname(), &st));
40}

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.56