MCPcopy 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

isValidMethod · 0.45
includeMethod · 0.45
buildFromElementMethod · 0.45
fromXMLNodeMethod · 0.45
buildBoundingBoxMethod · 0.45
resolvePageMethod · 0.45

Calls 2

getTargetMethod · 0.95
getBoundsMethod · 0.45

Tested by

no test coverage detected