Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ cbegin
Method
cbegin
libs/base/buffer_vector.hpp:244–244 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
243
T const * begin() const { return data(); }
244
T const * cbegin() const { return data(); }
245
T * begin() { return data(); }
246
T const * end() const { return data() + size(); }
247
T const * cend() const { return data() + size(); }
Callers
6
Find
Method · 0.45
Prepend
Method · 0.45
KeyAge
Class · 0.45
Trim
Function · 0.45
GetExpectedContents
Method · 0.45
UNIT_TEST
Function · 0.45
Calls
no outgoing calls
Tested by
2
GetExpectedContents
Method · 0.36
UNIT_TEST
Function · 0.36