Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
get
Method · 0.45
stringToTreeNode
Function · 0.45
treeNodeToString
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected