Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/christophhart/HISE
/ disconnect
Method
disconnect
hi_scripting/scripting/scriptnode/api/NodeBase.cpp:1712–1715 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1710
}
1711
1712
void ConnectionBase::disconnect()
1713
{
1714
data.getParent().removeChild(data, network->getUndoManager());
1715
}
1716
1717
bool ConnectionBase::isConnected() const
1718
{
Callers
3
connect
Method · 0.45
clear
Method · 0.45
updateValueMode
Method · 0.45
Calls
3
removeChild
Method · 0.45
getParent
Method · 0.45
getUndoManager
Method · 0.45
Tested by
no test coverage detected