Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MITK/MITK
/ Subtract
Method
Subtract
Plugins/org.blueberry.ui.qt/src/internal/berryLayoutTree.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
int LayoutTree::Subtract(int a, int b)
97
{
98
poco_assert(b >= 0 && b < INF);
99
100
return Add(a, -b);
101
}
102
103
int LayoutTree::Add(int a, int b)
104
{
Callers
1
ComputeChildSizes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected