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

Method countAction

native/model/Graph.h:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void countAction(const ActivityStateActionPtr &action) {
33 actCount[action->getActionType()]++;
34 total++;
35 }
36
37 long getTotal() const { return total; }
38 };

Callers 1

addActionFromStateMethod · 0.80

Calls 1

getActionTypeMethod · 0.80

Tested by

no test coverage detected