Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ stringIsHexadecimal
Function
stringIsHexadecimal
Source/Core/CtrlrUtilities.cpp:993–996 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
991
}
992
993
bool stringIsHexadecimal(const String &hexData)
994
{
995
return hexData.isNotEmpty() && hexData.containsOnly(
"abcdefABCDEF0123456789 "
);
996
}
997
998
int getVersionAsHexInteger(const String version)
999
{
Callers
1
CtrlrMidiMessage
Method · 0.85
Calls
2
containsOnly
Method · 0.80
isNotEmpty
Method · 0.45
Tested by
no test coverage detected