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

Method value

externals/picojson/picojson.h:212–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210typedef value::object object;
211
212inline value::value() : type_(null_type), u_() {
213}
214
215inline value::value(int type, bool) : type_(type), u_() {
216 switch (type) {

Callers

nothing calls this directly

Calls 1

swapFunction · 0.70

Tested by

no test coverage detected