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

Method TestSymlink

util/system/fs_ut.cpp:277–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void TFsTest::TestSymlink() {
278 // if previous running was failed
279 RunSymLinkTest("f.txt", "fl.txt");
280 RunSymLinkTest("f_абвг.txt", "fl_абвг.txt"); // utf-8 names
281}
282
283void TFsTest::TestCwdOpts() {
284 TFsPath initialCwd = NFs::CurrentWorkingDirectory();

Callers

nothing calls this directly

Calls 1

RunSymLinkTestFunction · 0.85

Tested by

no test coverage detected