Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
452
bool CallQueue::is_flushing() const {
453
return flushing;
454
}
455
456
bool CallQueue::has_messages() const {
457
if (pages_used == 0) {
Callers
3
add_task
Method · 0.80
_update_script_classes
Method · 0.80
_update_script_documentation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected