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

Method swap

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

Source from the content-addressed store, hash-verified

345
346 void Swap(ParentMessage* other);
347 friend void swap(ParentMessage& a, ParentMessage& b) {
348 a.Swap(&b);
349 }
350
351 // implements Message ----------------------------------------------
352

Callers 2

synchronizedMethod · 0.45

Calls 1

SwapMethod · 0.80

Tested by

no test coverage detected