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

Method pop_back

src/fl/stl/list.h:403–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402
403 void pop_back() {
404 if (!empty()) {
405 erase(iterator(mHead->prev));
406 }
407 }
408
409 void pop_front() {
410 if (!empty()) {

Callers 15

getOrCreateMethod · 0.45
acquireMethod · 0.45
popMethod · 0.45
on_tokenMethod · 0.45
on_tokenMethod · 0.45
unordered_map_smallClass · 0.45
simplifyInternalMethod · 0.45
acquireChannelMethod · 0.45
acquireChannelMethod · 0.45

Calls 3

emptyFunction · 0.70
eraseFunction · 0.70
iteratorClass · 0.70

Tested by 2

test_pop_backFunction · 0.36