Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ isEmpty
Method
isEmpty
app/src/main/cpp/utils/HashMap.h:72–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
[[nodiscard]] bool isEmpty() const {
73
return size() == 0;
74
}
75
76
[[nodiscard]] bool containsKey(const K &key) const {
77
return backend.find(key) != backend.end();
Callers
1
process
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected