Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ memory
Method
memory
libraries/BoolArray/BoolArray.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
uint16_t size() { return _size; };
36
uint8_t memory() { return _bytes; };
37
38
uint8_t setAll(const uint8_t value);
39
uint8_t clear() { return setAll(0); };
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36