MCPcopy 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
57void nibbleArray::clear()
58{
59 memset(_arr, 0, (_size + 1)/2);
60}
61
62
63void nibbleArray::setAll(uint8_t value)

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36