Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
383
bool CHexMergeView::GetModified()
384
{
385
return m_pif->get_status()->iFileChanged != 0;
386
}
387
388
/**
389
* @brief Set modified flag
Callers
8
OnIdleUpdateCmdUI
Method · 0.80
PromptAndSaveIfNeeded
Method · 0.80
IsModified
Method · 0.80
DoFileSave
Method · 0.80
UpdateHeaderPath
Method · 0.80
OnUpdateFileSaveLeft
Method · 0.80
OnUpdateFileSaveMiddle
Method · 0.80
OnUpdateFileSaveRight
Method · 0.80
Calls
1
get_status
Method · 0.80
Tested by
no test coverage detected