MCPcopy Create free account
hub / github.com/EricPengShuai/Interview / full

Method full

base_code/template.cpp:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 bool full() const { return _top == _size; }
100
101 bool empty() const { return _top == 0; }
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected