Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ GetNumTargets
Method
GetNumTargets
Source/IModulator.cpp:192–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
int IModulator::GetNumTargets() const
193
{
194
int ret = 0;
195
for (int i = 0; i < (int)mTargets.size(); ++i)
196
{
197
if (mTargets[i].mUIControlTarget != nullptr)
198
++ret;
199
}
200
return ret;
201
}
Callers
3
ArrangeAudioSourceDependencies
Method · 0.45
FindCircularDependencySearch
Method · 0.45
UpdateTarget
Function · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected