Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
bool Array::isEmpty() const noexcept {
48
return _data.empty();
49
}
50
51
bool Array::contains(NotNull<Value, 1> value) const {
52
return std::find_if(_data.begin(), _data.end(), [&](const Own<Value>& val) {
Callers
15
configureIdeWebView
Method · 0.45
downloadBlobUrl
Method · 0.45
rememberBlobFileName
Method · 0.45
saveBase64File
Method · 0.45
onUnhandledMessage
Method · 0.45
executeNextGattOperation
Method · 0.45
getJoystickDescriptor
Method · 0.45
eachChild
Method · 0.45
hasChildren
Method · 0.45
addChild
Method · 0.45
moveToParent
Method · 0.45
visitInner
Method · 0.45
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected