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

Method set_bool

externals/picojson/picojson.h:978–981  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976 return true;
977 }
978 bool set_bool(bool b) {
979 *out_ = value(b);
980 return true;
981 }
982#ifdef PICOJSON_USE_INT64
983 bool set_int64(int64_t i) {
984 *out_ = value(i);

Callers

nothing calls this directly

Calls 1

valueClass · 0.70

Tested by

no test coverage detected