MCPcopy Create free account
hub / github.com/comaps/comaps / end

Method end

libs/base/buffer_vector.hpp:246–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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(); }
248 T * end() { return data() + size(); }
249 //@}

Callers 15

AddMethod · 0.45
RemoveMethod · 0.45
GetSubtreeMethod · 0.45
EraseSubtreeMethod · 0.45
FindMethod · 0.45
EraseMethod · 0.45
AddMethod · 0.45
EraseMethod · 0.45
AssignMethod · 0.45
DropFirstMethod · 0.45
PrependMethod · 0.45
MoveToMethod · 0.45

Calls 1

sizeFunction · 0.85

Tested by 15

GetTrieContentsFunction · 0.36
GetActualContentsMethod · 0.36
GetValuesByKeyMethod · 0.36
GetContentsByPrefixMethod · 0.36
IsValidMethod · 0.36
SortFunction · 0.36
ClusterMethod · 0.36
ClustersMethod · 0.36
TestEqualsByFunction · 0.36
UNIT_TESTFunction · 0.36
CheckNoZeroFunction · 0.36
CheckAccumulateIntervalsFunction · 0.36