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