MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / Value

Method Value

opt_utils/src/json.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159 Value::Value() : Node()
160 {
161 SetNull();
162 }
163 Value::Value(const Value &rhs) : Node()
164 {
165 Set(rhs);

Callers

nothing calls this directly

Calls 1

SetFunction · 0.85

Tested by

no test coverage detected