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

Method insert

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

Source from the content-addressed store, hash-verified

431 void clear() { mTree.clear(); }
432
433 fl::pair<const_iterator, bool> insert(const Key& key) {
434 return mTree.insert(key);
435 }
436
437 fl::pair<const_iterator, bool> insert(Key&& key) {
438 return mTree.insert(fl::move(key));

Callers 13

writeMethod · 0.45
writeMethod · 0.45
addFxMethod · 0.45
feedMethod · 0.45
rpcMethod · 0.45
rpcStreamMethod · 0.45
insertFunction · 0.45
_addListenerMethod · 0.45
appendMethod · 0.45
_findOrCreateFunction · 0.45
_createIfNotExistsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected