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

Method TestHardlink

util/system/fs_ut.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void TFsTest::TestHardlink() {
188 RunHardlinkTest("tempfile", "hardlinkfile");
189 RunHardlinkTest("tempfile_абвг", "hardlinkfile_абвг"); // utf-8 names
190}
191
192static void RunSymLinkTest(TString fileLocalName, TString symLinkName) {
193 // if previous running was failed

Callers

nothing calls this directly

Calls 1

RunHardlinkTestFunction · 0.85

Tested by

no test coverage detected