MCPcopy Create free account
hub / github.com/catboost/catboost / TestFlushSpecialFile

Method TestFlushSpecialFile

util/system/file_ut.cpp:233–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233void TFileTest::TestFlushSpecialFile() {
234#ifdef _unix_
235 TFile devNull("/dev/null", WrOnly);
236 devNull.FlushData();
237 devNull.Flush();
238 devNull.Close();
239#endif
240}
241
242void TFileTest::TestRawRead() {
243 TTempFile tmp("tmp");

Callers

nothing calls this directly

Calls 3

FlushDataMethod · 0.45
FlushMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected