Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ Empty
Method
Empty
Bcore/src/main/cpp/base/hash_set.h:303–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
bool Empty() const {
304
return Size() == 0;
305
}
306
307
// Return true if the hash set has ownership of the underlying data.
308
bool OwnsData() const {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected