MCPcopy Create free account
hub / github.com/NativeScript/android / end

Function end

test-app/runtime/src/main/cpp/v8_inspector/src/base/vector.h:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186 constexpr T* begin() const { return start(); }
187 constexpr T* end() const { return start() + size(); }
188
189 // Access individual vector elements - checks bounds in debug mode.
190 T& operator[](size_t index) const {

Callers 6

GetOverlapMethod · 0.70
operator==Method · 0.70
vector.hFile · 0.70
OfFunction · 0.70
ContainsMethod · 0.70
LengthForTestMethod · 0.70

Calls 2

startFunction · 0.85
sizeFunction · 0.70

Tested by

no test coverage detected