MCPcopy Create free account
hub / github.com/Illumina/paragraph / copyPayload

Method copyPayload

external/jsoncpp/jsoncpp.cpp:3005–3009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3003}
3004
3005void Value::copyPayload(const Value& other) {
3006 type_ = other.type_;
3007 value_ = other.value_;
3008 allocated_ = other.allocated_;
3009}
3010
3011void Value::swap(Value& other) {
3012 swapPayload(other);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected