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

Class CustomEvent

native/events/Preference.h:51–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 typedef std::vector<CustomActionPtr> CustomActionPtrVec;
50
51 class CustomEvent {
52 public:
53 float prob;
54 int times;
55 std::string activity;
56
57 CustomActionPtrVec actions;
58 };
59
60 typedef std::shared_ptr<CustomEvent> CustomEventPtr;
61 typedef std::vector<CustomEventPtr> CustomEventPtrVec;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected