Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WinMerge/winmerge
/ ValidateDiffMap
Function
ValidateDiffMap
Src/MergeDocDiffSync.cpp:21–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
using std::vector;
20
21
static void
22
ValidateDiffMap(const DiffMap& diffmap)
23
{
24
for (const auto& line : diffmap.m_map)
25
assert(line != DiffMap::BAD_MAP_ENTRY);
26
}
27
28
template <int npanes>
29
static void
Callers
2
AdjustDiffBlocks
Method · 0.85
AdjustDiffBlocks3way
Method · 0.85
Calls
1
assert
Class · 0.85
Tested by
no test coverage detected