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:932–934 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
930
class deny_parse_context {
931
public:
932
bool set_null() {
933
return false;
934
}
935
bool set_bool(bool) {
936
return false;
937
}
Callers
1
_parse
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected