Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ size
Method
size
source/util/bhashtable.h:352–354 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
std::size_t size() const {
353
return count;
354
}
355
356
bool isEmpty() const {
357
return size() == 0;
Callers
10
mask
Method · 0.45
should_rehash
Method · 0.45
insert_nonexistent_norehash
Method · 0.45
rehash
Method · 0.45
BHashTable
Method · 0.45
operator->
Method · 0.45
const_iterator
Class · 0.45
iterator
Class · 0.45
begin
Method · 0.45
end
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected