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

Method pop

src/fl/stl/queue.h:123–125  ·  view source on GitHub ↗

@brief Remove the front element from the queue @note Undefined behavior if queue is empty

Source from the content-addressed store, hash-verified

121 /// @brief Remove the front element from the queue
122 /// @note Undefined behavior if queue is empty
123 void pop() {
124 mContainer.pop_front();
125 }
126
127 /// @brief Swap the contents with another queue
128 /// @param other Queue to swap with

Callers 15

mainFunction · 0.45
tickMethod · 0.45
run_next_jobMethod · 0.45
CoroutineRunnerImplClass · 0.45
_get_vite_source_mtimeFunction · 0.45
generate_manifestFunction · 0.45
max_file_mtimeFunction · 0.45
mainFunction · 0.45
analyze_logsMethod · 0.45
_scandir_syncFunction · 0.45
producer_threadFunction · 0.45
compile_mesonFunction · 0.45

Calls 1

pop_frontMethod · 0.45

Tested by 15

mainFunction · 0.36
read_linesMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
tearDownMethod · 0.36
_load_workflowMethod · 0.36
tearDownMethod · 0.36