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

Method GetModified

Src/HexMergeView.cpp:383–386  ·  view source on GitHub ↗

* @brief Get modified flag */

Source from the content-addressed store, hash-verified

381 * @brief Get modified flag
382 */
383bool CHexMergeView::GetModified()
384{
385 return m_pif->get_status()->iFileChanged != 0;
386}
387
388/**
389 * @brief Set modified flag

Callers 8

OnIdleUpdateCmdUIMethod · 0.80
PromptAndSaveIfNeededMethod · 0.80
IsModifiedMethod · 0.80
DoFileSaveMethod · 0.80
UpdateHeaderPathMethod · 0.80
OnUpdateFileSaveLeftMethod · 0.80
OnUpdateFileSaveRightMethod · 0.80

Calls 1

get_statusMethod · 0.80

Tested by

no test coverage detected