MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / cbegin

Function cbegin

Libs/flatbuffers/stl_emulation.h:576–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574 Iterator end() const { return Iterator(data() + size()); }
575
576 ConstIterator cbegin() const { return ConstIterator(data()); }
577 ConstIterator cend() const { return ConstIterator(data() + size()); }
578 #endif
579

Callers 5

crbeginMethod · 0.85
crbeginMethod · 0.85
callMethod · 0.85
emptyMethod · 0.85
crbeginMethod · 0.85

Calls 1

dataFunction · 0.70

Tested by

no test coverage detected