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

Method containsTarget

native/desc/State.cpp:286–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284 }
285
286 bool State::containsTarget(const WidgetPtr &widget) const {
287 for (const auto &w: this->_widgets) {
288 if (equals(w, widget))
289 return true;
290 }
291 return false;
292 }
293
294 PropertyIDPrefixImpl(State, "g0s");
295

Callers

nothing calls this directly

Calls 1

equalsFunction · 0.85

Tested by

no test coverage detected