Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTTD/OpenTTD
/ IsFull
Method
IsFull
src/signal.cpp:100–103 ·
view source on GitHub ↗
* Checks for full set * @return is the set full? */
Source
from the content-addressed store, hash-verified
98
* @return is the set full?
99
*/
100
bool IsFull()
101
{
102
return this->n == lengthof(data);
103
}
104
105
/**
106
* Reads the number of items
Callers
1
Add
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected