| 630 | } |
| 631 | |
| 632 | bool application_impl::is_plugin_enabled(const string& name) const |
| 633 | { |
| 634 | return !(_active_plugins.find(name) == _active_plugins.end()); |
| 635 | } |
| 636 | |
| 637 | /* |
| 638 | * If delegate has the item, the network has no need to fetch it. |
no test coverage detected