MCPcopy 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
1712void ConnectionBase::disconnect()
1713{
1714 data.getParent().removeChild(data, network->getUndoManager());
1715}
1716
1717bool ConnectionBase::isConnected() const
1718{

Callers 3

connectMethod · 0.45
clearMethod · 0.45
updateValueModeMethod · 0.45

Calls 3

removeChildMethod · 0.45
getParentMethod · 0.45
getUndoManagerMethod · 0.45

Tested by

no test coverage detected