MCPcopy 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

930class deny_parse_context {
931public:
932 bool set_null() {
933 return false;
934 }
935 bool set_bool(bool) {
936 return false;
937 }

Callers 1

_parseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected