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

Function empty

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

Returns whether or not the vector is empty.

Source from the content-addressed store, hash-verified

176
177 // Returns whether or not the vector is empty.
178 constexpr bool empty() const { return length_ == 0; }
179
180 // Returns the pointer to the start of the data in the vector.
181 T* start() const {

Callers 3

clearMethod · 0.85
beginMethod · 0.85
cbeginMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected