MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / requireTarget

Method requireTarget

native/desc/Action.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 bool Action::requireTarget() const {
53 return this->_actionType >= ActionType::CLICK &&
54 this->_actionType <= ActionType::SCROLL_BOTTOM_UP_N;
55 }
56
57 bool Action::canStartTestApp() const {
58 return this->_actionType == ActionType::START ||

Callers 3

includeMethod · 0.45
isSaturatedMethod · 0.45
adjustActionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected