| 186 | } |
| 187 | |
| 188 | static std::string nameToScriptID(const std::string &name) |
| 189 | { |
| 190 | return std::string("script_") + name; |
| 191 | } |
| 192 | |
| 193 | static std::string getTriggerSignal(const std::string &name, |
| 194 | const bool isAction) |
no outgoing calls
no test coverage detected