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

Method Set

opt_utils/src/json.cpp:283–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281 type = VT_NULL;
282 }
283 void Value::Set(const Value &value)
284 {
285 if (this != &value)
286 {
287 valueStr = value.valueStr;
288 type = value.type;
289 }
290 }
291 void Value::Set(ValueType type, const std::string &value)
292 {
293 valueStr = value;

Callers 4

AddTestInfoFunction · 0.80
GetCurrentExecutableNameFunction · 0.80
assembleMethod · 0.80

Calls

no outgoing calls

Tested by 3

AddTestInfoFunction · 0.64
GetCurrentExecutableNameFunction · 0.64