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

Method GetRight

Src/ProjectFile.cpp:332–337  ·  view source on GitHub ↗

* @brief Returns right path. * @param [out] pReadOnly true if readonly was specified for path. * @return Right path. */

Source from the content-addressed store, hash-verified

330 * @return Right path.
331 */
332String ProjectFileItem::GetRight(bool * pReadOnly /*= nullptr*/) const
333{
334 if (pReadOnly != nullptr)
335 *pReadOnly = m_bRightReadOnly;
336 return m_paths.GetRight();
337}
338
339/**
340 * @brief Set right path, returns old right path.

Callers 15

ShowIdenticalMessageMethod · 0.45
charactersMethod · 0.45
SaveMethod · 0.45
OnFileSaveAsRightMethod · 0.45
PromptAndSaveIfNeededMethod · 0.45
OnToolsGeneratePatchMethod · 0.45
PromptAndSaveIfNeededMethod · 0.45
GetRightPathMethod · 0.45
GetNormalizedRightMethod · 0.45
PromptAndSaveIfNeededMethod · 0.45
SetRootPathsMethod · 0.45
GenerateXmlHeaderMethod · 0.45

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36