Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsDefined
Method
IsDefined
util/folder/path.h:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
void CheckDefined() const;
46
47
inline bool IsDefined() const {
48
return Path_.length() > 0;
49
}
50
51
inline explicit operator bool() const {
52
return IsDefined();
Callers
1
path.cpp
File · 0.45
Calls
1
length
Method · 0.45
Tested by
no test coverage detected