Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
bool 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
OnUpdateUIMessage
Method · 0.80
Calls
1
GetPropertyIndexFromKey
Function · 0.85
Tested by
no test coverage detected