Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ count
Method
count
extensions/olcPGEX_Network.h:268–272 ·
view source on GitHub ↗
Returns number of items in Queue
Source
from the content-addressed store, hash-verified
266
267
// Returns number of items in Queue
268
size_t count()
269
{
270
std::scoped_lock lock(muxQueue);
271
return deqQueue.size();
272
}
273
274
// Clears Queue
275
void clear()
Callers
8
olc_CoreUpdate
Method · 0.80
ConvertKeycode
Method · 0.80
GetKeySymbol
Method · 0.80
HasProperty
Method · 0.80
datafile
Class · 0.80
olcPGEX_PopUpMenu.h
File · 0.80
AudioThread
Method · 0.80
connection
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected