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

Function begin

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

Source from the content-addressed store, hash-verified

184 }
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.

Callers 10

operator[]Method · 0.70
containsMethod · 0.70
GetOverlapMethod · 0.70
SubVectorMethod · 0.70
operator==Method · 0.70
vector.hFile · 0.70
OfFunction · 0.70
ContainsMethod · 0.70
LengthForTestMethod · 0.70
AtForTestMethod · 0.70

Calls 1

startFunction · 0.85

Tested by

no test coverage detected