Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ size
Method
size
extern/libcds/cds/container/segmented_queue.h:393–396 ·
view source on GitHub ↗
Returns queue's item count
Source
from the content-addressed store, hash-verified
391
392
/// Returns queue's item count
393
size_t size() const
394
{
395
return base_class::size();
396
}
397
398
/// Returns reference to internal statistics
399
/**
Callers
nothing calls this directly
Calls
1
size
Function · 0.70
Tested by
no test coverage detected