MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / is_flushing

Method is_flushing

core/object/message_queue.cpp:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452bool CallQueue::is_flushing() const {
453 return flushing;
454}
455
456bool CallQueue::has_messages() const {
457 if (pages_used == 0) {

Callers 3

add_taskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected