MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isEmpty

Method isEmpty

Source/Support/Array.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool Array::isEmpty() const noexcept {
48 return _data.empty();
49}
50
51bool Array::contains(NotNull<Value, 1> value) const {
52 return std::find_if(_data.begin(), _data.end(), [&](const Own<Value>& val) {

Callers 15

configureIdeWebViewMethod · 0.45
downloadBlobUrlMethod · 0.45
rememberBlobFileNameMethod · 0.45
saveBase64FileMethod · 0.45
onUnhandledMessageMethod · 0.45
getJoystickDescriptorMethod · 0.45
eachChildMethod · 0.45
hasChildrenMethod · 0.45
addChildMethod · 0.45
moveToParentMethod · 0.45
visitInnerMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected