MCPcopy Create free account
hub / github.com/FastLED/FastLED / set

Method set

src/fl/stl/set.h:391–391  ·  view source on GitHub ↗

Constructors

Source from the content-addressed store, hash-verified

389
390 // Constructors
391 set() FL_NOEXCEPT = default;
392 explicit set(const Allocator& alloc) : mTree(fl::less<Key>(), alloc) {}
393 set(const set& other) FL_NOEXCEPT = default;
394 set(set&& other) FL_NOEXCEPT = default;

Callers 15

mainFunction · 0.45
to_jsonMethod · 0.45
sendAsyncResponseMethod · 0.45
sendStreamUpdateMethod · 0.45
sendStreamFinalMethod · 0.45
reportErrorMethod · 0.45
processRpcMethod · 0.45
updateMethod · 0.45
sendMethod · 0.45
sendUpdateMethod · 0.45
sendFinalMethod · 0.45
makeJsonRpcErrorFunction · 0.45

Calls 1

insertFunction · 0.70

Tested by 4

mainFunction · 0.36
run_testFunction · 0.36
mainFunction · 0.36
shutdownMethod · 0.36