MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / IsValidTarget

Method IsValidTarget

Source/PatchCableSource.cpp:615–620  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615bool PatchCableSource::IsValidTarget(IClickable* target) const
616{
617 if (target == nullptr)
618 return false;
619 return VectorContains(target, mValidTargets);
620}
621
622void PatchCableSource::FindValidTargets()
623{

Callers 1

SetPatchCableTargetMethod · 0.45

Calls 1

VectorContainsFunction · 0.85

Tested by

no test coverage detected