Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Null
Method
Null
library/cpp/json/json_reader.cpp:510–512 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
508
}
509
510
bool Null() {
511
return Impl.OnNull();
512
}
513
514
bool Bool(bool b) {
515
return Impl.OnBoolean(b);
Callers
nothing calls this directly
Calls
1
OnNull
Method · 0.45
Tested by
no test coverage detected