@{ @name Plugin identity. Override for @c PluginIdentity.
| 121 | //@{ @name Plugin identity. |
| 122 | /// Override for @c PluginIdentity. |
| 123 | const char * |
| 124 | getPluginTag() const override |
| 125 | { |
| 126 | return plugin_tag; |
| 127 | } |
| 128 | /// Override for @c PluginIdentity. |
| 129 | int64_t |
| 130 | getPluginId() const override |
no outgoing calls
no test coverage detected