MCPcopy Create free account
hub / github.com/WinMerge/winmerge / OnFileSaveAsRight

Method OnFileSaveAsRight

Src/MergeDoc.cpp:1389–1393  ·  view source on GitHub ↗

* @brief Saves right-side file with name asked */

Source from the content-addressed store, hash-verified

1387 * @brief Saves right-side file with name asked
1388 */
1389void CMergeDoc::OnFileSaveAsRight()
1390{
1391 bool bSaveResult = false;
1392 DoSaveAs(m_filePaths.GetRight().c_str(), bSaveResult, m_nBuffers - 1);
1393}
1394
1395/**
1396 * @brief Enable/disable left buffer read-only

Callers

nothing calls this directly

Calls 1

GetRightMethod · 0.45

Tested by

no test coverage detected