MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getBitOption

Function getBitOption

Source/Core/CtrlrUtilities.cpp:630–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630bool getBitOption (const int &storage, const int &optionToGet)
631{
632 return ((storage & optionToGet) != 0);
633}
634
635const String dumpTree (const ValueTree &tree)
636{

Callers 4

getMenuForIndexMethod · 0.85
menuItemSelectedMethod · 0.85
logMessageMethod · 0.85
formatMidiMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected