Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ Destroy
Method
Destroy
Source/PatchCable.cpp:734–737 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
732
}
733
734
void PatchCable::Destroy(bool fromUserClick)
735
{
736
mOwner->RemovePatchCable(this, fromUserClick);
737
}
738
739
ConnectionType PatchCable::GetConnectionType() const
740
{
Callers
4
DeleteModule
Method · 0.80
DeleteCablesForControl
Method · 0.80
MousePressed
Method · 0.80
DestroyCablesTargetingControls
Method · 0.80
Calls
1
RemovePatchCable
Method · 0.80
Tested by
no test coverage detected