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

Method appendData

Source/Lua/JuceClasses/LFile.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 bool appendData (const LMemoryBlock &dataToAppend)
28 {
29 return (File::appendData (dataToAppend.getData(), (size_t)dataToAppend.getSize()));
30 }
31
32 static const String descriptionOfSizeInBytes(const double fileSize)
33 {

Callers

nothing calls this directly

Calls 2

getDataMethod · 0.45
getSizeMethod · 0.45

Tested by

no test coverage detected