MCPcopy Create free account
hub / github.com/Samsung/ONE / swapPayload

Method swapPayload

runtime/3rdparty/jsoncpp/jsoncpp.cpp:3119–3123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3117}
3118
3119void Value::swapPayload(Value &other)
3120{
3121 std::swap(bits_, other.bits_);
3122 std::swap(value_, other.value_);
3123}
3124
3125void Value::copyPayload(const Value &other)
3126{

Callers 6

readValueMethod · 0.80
readObjectMethod · 0.80
readArrayMethod · 0.80
decodeNumberMethod · 0.80
decodeDoubleMethod · 0.80
decodeStringMethod · 0.80

Calls 1

swapFunction · 0.50

Tested by

no test coverage detected