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

Method loadFromHexString

Source/Lua/Deprecated/CtrlrLuaMemoryBlock.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void CtrlrLuaMemoryBlock::loadFromHexString(const String &string)
110{
111 mb.loadFromHexString (string);
112}
113
114void CtrlrLuaMemoryBlock::copyFrom (CtrlrLuaMemoryBlock &sourceData, int destinationOffset, int numBytes)
115{

Callers 4

hexStringMethod · 0.45
loadTextFileMethod · 0.45
getDataMethod · 0.45
createFromHexDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected