Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ IsEmpty
Method
IsEmpty
src/script/api/script_priorityqueue.cpp:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
bool ScriptPriorityQueue::IsEmpty()
99
{
100
return this->queue.empty();
101
}
102
103
SQInteger ScriptPriorityQueue::Count()
104
{
Callers
2
Pop
Method · 0.95
Peek
Method · 0.95
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected