Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ IsEmpty
Method
IsEmpty
src/script/api/script_list.cpp:466–469 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
}
465
466
bool ScriptList::IsEmpty()
467
{
468
return this->items.empty();
469
}
470
471
bool ScriptList::IsEnd()
472
{
Callers
11
AddList
Method · 0.95
_nexti
Method · 0.95
RebuildCache
Method · 0.45
~LinkGraphJob
Method · 0.45
OnInvalidateData
Method · 0.45
FilterContentList
Method · 0.45
UpdateFilterState
Method · 0.45
OnInvalidateData
Method · 0.45
BuildGUINetworkGameList
Method · 0.45
GetBestOpenNode
Method · 0.45
PopBestOpenNode
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected