Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ VerifyPath
Function
VerifyPath
util/folder/path.cpp:201–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
199
}
200
201
static Y_FORCE_INLINE void VerifyPath(const TStringBuf path) {
202
Y_ABORT_UNLESS(!path.Contains(
'\0'
),
"wrong format of TFsPath: %s"
, EscapeC(path).c_str());
203
}
204
205
TFsPath::TFsPath() {
206
}
Callers
1
TFsPath
Method · 0.85
Calls
3
EscapeC
Function · 0.50
Contains
Method · 0.45
c_str
Method · 0.45
Tested by
no test coverage detected