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

Method Child

util/folder/path.cpp:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263TFsPath TFsPath::Child(const TString& name) const {
264 if (!name) {
265 ythrow TIoException() << "child name must not be empty";
266 }
267
268 return *this / name;
269}
270
271struct TClosedir {
272 static void Destroy(DIR* dir) {

Callers 2

OnChildMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected