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

Method copyFrom

Source/Lua/JuceClasses/LMemory.cpp:180–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void LMemoryBlock::copyFrom(MemoryBlock &dataToCopy, int destinationOffset, int numBytes)
181{
182 MemoryBlock::copyFrom(dataToCopy.getData(), destinationOffset, numBytes);
183}
184
185void LMemoryBlock::copyTo(MemoryBlock &dataToCopy, int sourceOffset, int numBytes)
186{

Callers 1

setValueMapMethod · 0.45

Calls 1

getDataMethod · 0.45

Tested by

no test coverage detected