Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ begin
Method
begin
trinity/Tr2AddSafeGrowableBuffer.h:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
131
template <typename T>
132
const T* Tr2AddSafeGrowableBuffer<T>::begin() const
133
{
134
return this->GetData();
135
}
136
137
template <typename T>
138
T* Tr2AddSafeGrowableBuffer<T>::begin()
Callers
1
begin
Function · 0.45
Calls
1
GetData
Method · 0.95
Tested by
no test coverage detected