MCPcopy Create free account
hub / github.com/VCVRack/Rack / isBypassed

Method isBypassed

src/engine/Module.cpp:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284
285
286bool Module::isBypassed() {
287 return internal->bypassed;
288}
289
290
291void Module::setBypassed(bool bypassed) {

Callers 7

bypassModuleMethod · 0.80
bypassSelectionActionMethod · 0.80
isSelectionBypassedMethod · 0.80
drawMethod · 0.80
onHoverKeyMethod · 0.80
createContextMenuMethod · 0.80
stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected