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

Method getList

scripts/TopicHandlers.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 *****************************************************************************/
88
89ITopicHandler** TopicHandlers::getList(uint8_t& count)
90{
91 count = UTIL_ARRAY_NUM(gList);
92
93 return gList;
94}
95
96/******************************************************************************
97 * Local Functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected