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

Method ~value

externals/picojson/picojson.h:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309inline value::~value() {
310 clear();
311}
312
313inline value::value(const value &x) : type_(x.type_), u_() {
314 switch (type_) {

Callers

nothing calls this directly

Calls 1

clearFunction · 0.50

Tested by

no test coverage detected