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

Method front

practice/itemPool.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 T front() const
44 {
45 return _front->_next->_data;
46 }
47
48 bool empty() const { return _front == _rear; }
49

Callers 4

mainFunction · 0.45
getMethod · 0.45
stringToTreeNodeFunction · 0.45
treeNodeToStringFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected