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

Method GetLeft

Src/ProjectFile.cpp:283–288  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

281 * @return Left path.
282 */
283String ProjectFileItem::GetLeft(bool * pReadOnly /*= nullptr*/) const
284{
285 if (pReadOnly != nullptr)
286 *pReadOnly = m_bLeftReadOnly;
287 return m_paths.GetLeft();
288}
289
290/**
291 * @brief Set left path, returns old left path.

Callers 15

ShowIdenticalMessageMethod · 0.45
charactersMethod · 0.45
SaveMethod · 0.45
OnFileSaveAsLeftMethod · 0.45
PromptAndSaveIfNeededMethod · 0.45
OnToolsGeneratePatchMethod · 0.45
PromptAndSaveIfNeededMethod · 0.45
GetLeftPathMethod · 0.45
GetNormalizedLeftMethod · 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