Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingGay/BlackDex
/ MakeEmpty
Method
MakeEmpty
Bcore/src/main/cpp/base/hash_set.h:39–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
class DefaultEmptyFn {
38
public:
39
void MakeEmpty(T& item) const {
40
item = T();
41
}
42
bool IsEmpty(const T& item) const {
43
return item == T();
44
}
Callers
3
Erase
Method · 0.45
HashSet
Class · 0.45
AllocateStorage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected