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

Method getNodeWithId

hi_scripting/scripting/scriptnode/api/DspNetwork.cpp:959–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957
958
959scriptnode::NodeBase* DspNetwork::getNodeWithId(const String& id) const
960{
961 return dynamic_cast<NodeBase*>(get(id).getObject());
962}
963
964void DspNetwork::checkIfDeprecated()
965{

Callers 15

ConnectionEditorMethod · 0.80
updateConnectionsMethod · 0.80
throwIfMethod · 0.80
getModulationSourceMethod · 0.80
connectToBypassMethod · 0.80
addConnectionFromMethod · 0.80
ConnectionBaseMethod · 0.80
rebuildCallbackMethod · 0.80
buttonClickedMethod · 0.80
MacroParameterSliderMethod · 0.80

Calls 2

getFunction · 0.50
getObjectMethod · 0.45

Tested by

no test coverage detected