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

Method randomPickAction

native/desc/State.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 ActivityStateActionPtr State::randomPickAction(const ActionFilterPtr &filter) const {
230 return this->randomPickAction(filter, true);
231 }
232
233 ActivityStateActionPtr
234 State::randomPickAction(const ActionFilterPtr &filter, bool includeBack) const {

Calls 1

countActionPriorityMethod · 0.95

Tested by

no test coverage detected