Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ end
Method
end
src/Core/include/OpenLoco/Core/LocoFixedVector.hpp:80–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
78
return Iter(startAddress, 0);
79
}
80
Iter end() const
81
{
82
return Iter(startAddress, Count);
83
}
84
85
[[nodiscard]] bool empty() const
86
{
Callers
nothing calls this directly
Calls
1
Iter
Class · 0.85
Tested by
no test coverage detected