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

Method getDebuggedNetwork

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

Source from the content-addressed store, hash-verified

1457}
1458
1459DspNetwork* DspNetwork::Holder::getDebuggedNetwork()
1460{ return debuggedNetwork.get(); }
1461
1462const DspNetwork* DspNetwork::Holder::getDebuggedNetwork() const
1463{ return debuggedNetwork.get(); }

Callers 2

isBeingDebuggedMethod · 0.80
toggleDebugMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected