MCPcopy 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
988const String memoryBlockToString(const MemoryBlock &data)
989{
990 return (String::toHexString(data.getData(), (int)data.getSize(), 1));
991}
992
993bool stringIsHexadecimal(const String &hexData)
994{

Callers 1

CtrlrMidiMessageMethod · 0.85

Calls 3

toHexStringFunction · 0.85
getDataMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected