Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BespokeSynth/BespokeSynth
/ IsValidTarget
Method
IsValidTarget
Source/PatchCable.cpp:729–732 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
727
}
728
729
bool PatchCable::IsValidTarget(IClickable* target) const
730
{
731
return mOwner->IsValidTarget(target);
732
}
733
734
void PatchCable::Destroy(bool fromUserClick)
735
{
Callers
6
Poll
Method · 0.45
OnMidiNote
Method · 0.45
MouseMoved
Method · 0.45
ShouldDimModule
Method · 0.45
DrawPatchCableHover
Method · 0.45
GetDropTarget
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected