MCPcopy 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
466bool ScriptList::IsEmpty()
467{
468 return this->items.empty();
469}
470
471bool ScriptList::IsEnd()
472{

Callers 11

AddListMethod · 0.95
_nextiMethod · 0.95
RebuildCacheMethod · 0.45
~LinkGraphJobMethod · 0.45
OnInvalidateDataMethod · 0.45
FilterContentListMethod · 0.45
UpdateFilterStateMethod · 0.45
OnInvalidateDataMethod · 0.45
GetBestOpenNodeMethod · 0.45
PopBestOpenNodeMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected