Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ memoryBlockToString
Function
memoryBlockToString
Source/Core/CtrlrUtilities.cpp:988–991 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
986
}
987
988
const String memoryBlockToString(const MemoryBlock &data)
989
{
990
return (String::toHexString(data.getData(), (int)data.getSize(), 1));
991
}
992
993
bool stringIsHexadecimal(const String &hexData)
994
{
Callers
1
CtrlrMidiMessage
Method · 0.85
Calls
3
toHexString
Function · 0.85
getData
Method · 0.45
getSize
Method · 0.45
Tested by
no test coverage detected