MCPcopy 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
201static 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
205TFsPath::TFsPath() {
206}

Callers 1

TFsPathMethod · 0.85

Calls 3

EscapeCFunction · 0.50
ContainsMethod · 0.45
c_strMethod · 0.45

Tested by

no test coverage detected