MCPcopy 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
73private:
74 ListType m_list;

Callers 3

ProcessTasksMethod · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36