MCPcopy Create free account
hub / github.com/comaps/comaps / Front

Method Front

libs/editor/opening_hours_ui.hpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75 Proxy Get(size_t const index) { return Proxy(*this, index, m_table[index]); }
76 Proxy Front() { return Get(0); }
77 Proxy Back() { return Get(Size() - 1); }
78
79 size_t Size() const { return m_table.size(); }

Callers 2

UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

GetFunction · 0.85

Tested by 2

UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36