MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / set_bool

Method set_bool

externals/picojson/picojson.h:935–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933 return false;
934 }
935 bool set_bool(bool) {
936 return false;
937 }
938#ifdef PICOJSON_USE_INT64
939 bool set_int64(int64_t) {
940 return false;

Callers 1

_parseFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected