| 342 | return GetPluginByOrder(num); |
| 343 | } |
| 344 | SMPlugin *FindPluginByIdentity(IdentityToken_t *ident) { |
| 345 | return GetPluginFromIdentity(ident); |
| 346 | } |
| 347 | SMPlugin *FindPluginByConsoleArg(const char *text); |
| 348 | SMPlugin *FindPluginByHandle(Handle_t hndl, HandleError *errp) { |
| 349 | return static_cast<SMPlugin *>(PluginFromHandle(hndl, errp)); |
no outgoing calls
no test coverage detected