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

Method HasProperty

Source/ModuleSaveData.cpp:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142bool ModuleSaveData::HasProperty(std::string prop)
143{
144 for (auto i = mValues.begin(); i != mValues.end(); ++i)
145 {
146 if ((*i)->mProperty == prop)
147 return true;
148 }
149 return false;
150}
151
152int ModuleSaveData::GetInt(std::string prop)
153{

Callers 3

SetUpFromSaveDataMethod · 0.80
LoadVSTMethod · 0.80
SetUpFromSaveDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected