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

Function correctpath

util/folder/dirut.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#ifndef _win32_
30
31bool correctpath(TString& folder) {
32 return resolvepath(folder, "/");
33}
34
35bool resolvepath(TString& folder, const TString& home) {
36 Y_ASSERT(home && home.at(0) == '/');

Callers 1

resolvepathFunction · 0.85

Calls 7

resolvepathFunction · 0.85
skip_diskFunction · 0.85
next_dirFunction · 0.85
memmoveFunction · 0.85
strrchrFunction · 0.50
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected