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

Method swap

src/tests/common/http_tests.pb.h:163–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161
162 void Swap(TestSlaveMessage* other);
163 friend void swap(TestSlaveMessage& a, TestSlaveMessage& b) {
164 a.Swap(&b);
165 }
166
167 // implements Message ----------------------------------------------
168

Callers

nothing calls this directly

Calls 1

SwapMethod · 0.80

Tested by

no test coverage detected