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

Method LMemoryBlock

Source/Lua/JuceClasses/LMemory.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84LMemoryBlock::LMemoryBlock(const String &hexData)
85{
86 MemoryBlock::loadFromHexString (hexData);
87}
88
89LMemoryBlock::LMemoryBlock(luabind::object const& table)
90 : MemoryBlock(luaArrayTomemoryBlock(table))

Callers

nothing calls this directly

Calls 1

luaArrayTomemoryBlockFunction · 0.85

Tested by

no test coverage detected