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

Method empty

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

Capacity

Source from the content-addressed store, hash-verified

423
424 // Capacity
425 bool empty() const { return mTree.empty(); }
426 size_type size() const { return mTree.size(); }
427 size_type max_size() const { return mTree.max_size(); }
428 allocator_type get_allocator() const { return mTree.get_allocator(); }

Callers 15

getStateMethod · 0.45
getPlaylistConfigMethod · 0.45
hasWarningMethod · 0.45
pushMethod · 0.45
convertMethod · 0.45
addParamsMethod · 0.45
addParamsMethod · 0.45
base64_encodeFunction · 0.45
base64_decodeFunction · 0.45
registerMethodMethod · 0.45

Calls

no outgoing calls

Tested by 15

needsReentryMethod · 0.36
assertResultMethod · 0.36
enterSubcaseMethod · 0.36
exitSubcaseMethod · 0.36
testCaseEndMethod · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
test_concurrent_checksFunction · 0.36
test_map_move_semanticsFunction · 0.36