MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / getList

Method getList

scripts/PluginList.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 *****************************************************************************/
85
86const PluginList::Element* PluginList::getList(uint8_t& length)
87{
88 length = sizeof(gPluginList) / sizeof(gPluginList[0]);
89
90 return gPluginList;
91}
92
93/******************************************************************************
94 * Local Functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected