Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Samsung/UTopia
/ swapPayload
Method
swapPayload
external/jsoncpp/jsoncpp.cpp:2852–2855 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2850
}
2851
2852
void Value::swapPayload(Value &other) {
2853
std::swap(bits_, other.bits_);
2854
std::swap(value_, other.value_);
2855
}
2856
2857
void Value::copyPayload(const Value &other) {
2858
releasePayload();
Callers
6
readValue
Method · 0.80
readObject
Method · 0.80
readArray
Method · 0.80
decodeNumber
Method · 0.80
decodeDouble
Method · 0.80
decodeString
Method · 0.80
Calls
1
swap
Function · 0.85
Tested by
no test coverage detected