Override for @c PluginIdentity.
| 127 | } |
| 128 | /// Override for @c PluginIdentity. |
| 129 | int64_t |
| 130 | getPluginId() const override |
| 131 | { |
| 132 | return plugin_id; |
| 133 | } |
| 134 | |
| 135 | /// Setter for plugin tag. |
| 136 | virtual void |
no outgoing calls
no test coverage detected