Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clemenssielaff/ZodiacGraph
/ decreaseBentCount
Method
decreaseBentCount
zodiacgraph/edgegroup.cpp:90–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void EdgeGroup::decreaseBentCount()
91
{
92
--m_bentEdgesCount;
93
Q_ASSERT(m_bentEdgesCount>=0);
94
updateVisibility();
95
m_pair->updateDoubleEdgeVisibility();
96
}
97
98
void EdgeGroup::updateVisibility()
99
{
Callers
1
plugHasChanged
Method · 0.80
Calls
1
updateDoubleEdgeVisibility
Method · 0.80
Tested by
no test coverage detected