Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinMerge/winmerge
/ ClearPartial
Method
ClearPartial
Src/DiffFileInfo.cpp:15–21 ·
view source on GitHub ↗
* @brief Clears FileInfo data. */
Source
from the content-addressed store, hash-verified
13
* @brief Clears FileInfo data.
14
*/
15
void DiffFileInfo::ClearPartial()
16
{
17
DirItem::ClearPartial();
18
version.Clear();
19
encoding.Clear();
20
m_textStats.clear();
21
}
Callers
nothing calls this directly
Calls
2
Clear
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected