Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
bool LocationZoomer::HasLocation(char key)
86
{
87
return mLocations.find(key) != mLocations.end();
88
}
89
90
void LocationZoomer::MoveToLocation(char key)
91
{
Callers
1
DrawModule
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected