Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ HasItems
Function
HasItems
Source/Engine/Core/Collections/BitArray.h:181–184 ·
view source on GitHub ↗
Returns true if collection isn't empty.
Source
from the content-addressed store, hash-verified
179
/// Returns true if collection isn't empty.
180
/// </summary>
181
FORCE_INLINE bool HasItems() const
182
{
183
return _count != 0;
184
}
185
186
/// <summary>
187
/// Returns true if collection is empty.
Callers
8
Dequeue
Method · 0.85
ContainsValue
Function · 0.85
KeyOf
Function · 0.85
First
Method · 0.85
Last
Method · 0.85
Minimum
Method · 0.85
Maximum
Method · 0.85
Average
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected