MCPcopy Create free account
hub / github.com/apache/mesos / Swap

Method Swap

src/tests/common/http_tests.pb.cc:742–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742void TestSlaveMessage::Swap(TestSlaveMessage* other) {
743 if (other == this) return;
744 InternalSwap(other);
745}
746void TestSlaveMessage::InternalSwap(TestSlaveMessage* other) {
747 using std::swap;
748 some_slave_fields_.InternalSwap(&other->some_slave_fields_);

Callers 6

initializeMethod · 0.80
InternalSwapMethod · 0.80
swapMethod · 0.80
swapMethod · 0.80
_recoverMethod · 0.80
_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected