MCPcopy Create free account
hub / github.com/WinMerge/winmerge / HasHashProperties

Method HasHashProperties

Src/PropertySystem.cpp:329–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329bool PropertySystem::HasHashProperties() const
330{
331 for (const auto& key : m_keys)
332 {
333 if (GetPropertyIndexFromKey(key) >= 0)
334 return true;
335 }
336 return false;
337}
338
339#else
340

Callers 1

OnUpdateUIMessageMethod · 0.80

Calls 1

GetPropertyIndexFromKeyFunction · 0.85

Tested by

no test coverage detected