Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
bool correctpath(TString& folder) {
32
return resolvepath(folder,
"/"
);
33
}
34
35
bool resolvepath(TString& folder, const TString& home) {
36
Y_ASSERT(home && home.at(0) ==
'/'
);
Callers
1
resolvepath
Function · 0.85
Calls
7
resolvepath
Function · 0.85
skip_disk
Function · 0.85
next_dir
Function · 0.85
memmove
Function · 0.85
strrchr
Function · 0.50
size
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected