Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RunMaster
Method · 0.45
RemoteMapReduceImpl
Function · 0.45
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected