Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Makuna/NeoPixelBus
/ getData
Method
getData
src/internal/methods/PixieStreamMethod.h:94–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
uint8_t* getData() const
95
{
96
return _data;
97
};
98
99
size_t getDataSize() const
100
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected