Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
630
bool getBitOption (const int &storage, const int &optionToGet)
631
{
632
return ((storage & optionToGet) != 0);
633
}
634
635
const String dumpTree (const ValueTree &tree)
636
{
Callers
4
getMenuForIndex
Method · 0.85
menuItemSelected
Method · 0.85
logMessage
Method · 0.85
formatMidiMessage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected