MCPcopy Create free account
hub / github.com/christophhart/HISE / hasProperty

Method hasProperty

hi_scripting/scripting/api/ScriptingApiContent.cpp:1330–1333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1328}
1329
1330bool ScriptingApi::Content::ScriptComponent::hasProperty(const Identifier& id) const
1331{
1332 return propertyIds.contains(id);
1333}
1334
1335var ScriptingApi::Content::ScriptComponent::get(String propertyName) const
1336{

Callers 15

itemClickedMethod · 0.45
createDefaultValueMethod · 0.45
jsonToValueTreeMethod · 0.45
handleAsyncUpdateMethod · 0.45
loadFromJSONMethod · 0.45
postInitMethod · 0.45
checkGlobalStateMethod · 0.45
getGlobalPropertyFunction · 0.45
TableMethod · 0.45
fromVarMethod · 0.45
getGlobalSubStateMethod · 0.45

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected