Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Touch
Function
Touch
util/system/fs_ut.cpp:32–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
UNIT_TEST_SUITE_REGISTRATION(TFsTest);
31
32
static void Touch(const TFsPath& path) {
33
TFile file(path, CreateAlways | WrOnly);
34
file.Write(
"123"
, 3);
35
}
36
37
void TFsTest::TestCreateRemove() {
38
TFsPath dir1 =
"dir_aбвг"
;
Callers
2
TestCreateRemove
Method · 0.70
TImpl
Method · 0.50
Calls
1
Write
Method · 0.45
Tested by
1
TestCreateRemove
Method · 0.56