Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getData
Method · 0.45
getSize
Method · 0.45
Tested by
no test coverage detected