Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ Port_setConnected
Function
Port_setConnected
src/override/Engine.cpp:355–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
354
355
static void Port_setConnected(Port* that) {
356
if (that->channels > 0)
357
return;
358
that->channels = 1;
359
}
360
361
362
template<typename T>
Callers
1
Engine_updateConnected
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected