MCPcopy Create free account
hub / github.com/awawa-dev/HyperHDR / requestInterruption

Method requestInterruption

sources/effects/Effect.cpp:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void Effect::requestInterruption() {
223 _interrupt = true;
224}
225
226QString Effect::getName() const {
227 return _name;

Callers 3

runEffectScriptMethod · 0.80
channelClearedMethod · 0.80
allChannelsClearedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected