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

Method HasLocation

Source/LocationZoomer.cpp:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85bool LocationZoomer::HasLocation(char key)
86{
87 return mLocations.find(key) != mLocations.end();
88}
89
90void LocationZoomer::MoveToLocation(char key)
91{

Callers 1

DrawModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected