Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adriancable/eternal
/ cbegin
Method
cbegin
doom/src/tarray.h:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
return &Array[0];
95
}
96
const_iterator cbegin() const
97
{
98
return &Array[0];
99
}
100
101
iterator end()
102
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected