Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ clear
Method
clear
libraries/NibbleArray/nibbleArray.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
57
void nibbleArray::clear()
58
{
59
memset(_arr, 0, (_size + 1)/2);
60
}
61
62
63
void nibbleArray::setAll(uint8_t value)
Callers
1
unittest
Function · 0.45
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.36