Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ isEmpty
Method
isEmpty
native/desc/Action.cpp:141–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
141
bool ActivityStateAction::isEmpty() const {
142
auto rect = this->getTarget()->getBounds();
143
return rect->isEmpty();
144
}
145
146
ActivityStateAction::~ActivityStateAction() {
147
this->_state.reset();
Callers
6
isValid
Method · 0.45
include
Method · 0.45
buildFromElement
Method · 0.45
fromXMLNode
Method · 0.45
buildBoundingBox
Method · 0.45
resolvePage
Method · 0.45
Calls
2
getTarget
Method · 0.95
getBounds
Method · 0.45
Tested by
no test coverage detected