MCPcopy 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
734void PatchCable::Destroy(bool fromUserClick)
735{
736 mOwner->RemovePatchCable(this, fromUserClick);
737}
738
739ConnectionType PatchCable::GetConnectionType() const
740{

Callers 4

DeleteModuleMethod · 0.80
MousePressedMethod · 0.80

Calls 1

RemovePatchCableMethod · 0.80

Tested by

no test coverage detected