MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / copy

Method copy

edrav2/eprj/jsoncpp/src/lib_json/json_value.cpp:522–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520}
521
522void Value::copy(const Value& other) {
523 copyPayload(other);
524 delete[] comments_;
525 dupMeta(other);
526}
527
528ValueType Value::type() const { return type_; }
529

Callers 2

JSONTEST_FIXTUREFunction · 0.45
envMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected