Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ set_null
Method
set_null
externals/picojson/picojson.h:974–977 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
972
default_parse_context(value *out, size_t depths = DEFAULT_MAX_DEPTHS) : out_(out), depths_(depths) {
973
}
974
bool set_null() {
975
*out_ = value();
976
return true;
977
}
978
bool set_bool(bool b) {
979
*out_ = value(b);
980
return true;
Callers
nothing calls this directly
Calls
1
value
Class · 0.70
Tested by
no test coverage detected