MCPcopy 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

19using std::vector;
20
21static void
22ValidateDiffMap(const DiffMap& diffmap)
23{
24 for (const auto& line : diffmap.m_map)
25 assert(line != DiffMap::BAD_MAP_ENTRY);
26}
27
28template <int npanes>
29static void

Callers 2

AdjustDiffBlocksMethod · 0.85
AdjustDiffBlocks3wayMethod · 0.85

Calls 1

assertClass · 0.85

Tested by

no test coverage detected