MCPcopy Create free account
hub / github.com/catboost/catboost / Swap

Method Swap

library/cpp/par/par.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void TJobDescription::Swap(TJobDescription* res) {
92 Cmds.swap(res->Cmds);
93 ParamsData.swap(res->ParamsData);
94 ParamsPtr.swap(res->ParamsPtr);
95 ExecList.swap(res->ExecList);
96 }
97}

Callers 2

RunMasterMethod · 0.45
RemoteMapReduceImplFunction · 0.45

Calls 1

swapMethod · 0.45

Tested by

no test coverage detected