MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / addAll

Method addAll

libraries/Set/Set.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62void Set::addAll()
63{
64 memset(_mem, 0xFF, 32);
65}
66
67
68bool Set::has(const uint8_t value)

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64