MCPcopy 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 */
15void DiffFileInfo::ClearPartial()
16{
17 DirItem::ClearPartial();
18 version.Clear();
19 encoding.Clear();
20 m_textStats.clear();
21}

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected