| 67 | const ccstd::string &typeForIndex(int index) const; |
| 68 | |
| 69 | void setEndpoint(const ccstd::string &endpoint) { _endpoint = endpoint; }; |
| 70 | const ccstd::string &getEndpoint() const { return _endpoint; }; |
| 71 | void setEvent(const ccstd::string &event) { _name = event; }; |
| 72 | const ccstd::string &getEvent() const { return _name; }; |
no outgoing calls
no test coverage detected