Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ IsEmpty
Method
IsEmpty
libs/base/linked_map.hpp:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
size_t Size() const { return m_list.size(); }
70
71
bool IsEmpty() const { return m_list.empty(); }
72
73
private:
74
ListType m_list;
Callers
3
ProcessTasks
Method · 0.45
UNIT_TEST
Function · 0.45
UNIT_TEST
Function · 0.45
Calls
1
empty
Method · 0.45
Tested by
2
UNIT_TEST
Function · 0.36
UNIT_TEST
Function · 0.36