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

Method fromLuaTable

Source/Lua/JuceClasses/LMemory.cpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94LMemoryBlock LMemoryBlock::fromLuaTable (luabind::object const& table)
95{
96 return (luaArrayTomemoryBlock(table));
97}
98
99LMemoryBlock::LMemoryBlock (const void *dataToInitialiseFrom, size_t sizeInBytes)
100 : MemoryBlock (dataToInitialiseFrom, sizeInBytes)

Callers

nothing calls this directly

Calls 1

luaArrayTomemoryBlockFunction · 0.85

Tested by

no test coverage detected