| 990 | } |
| 991 | |
| 992 | std::shared_ptr<abstract_plugin> application::get_plugin(const string& name) const |
| 993 | { |
| 994 | return my->_plugins[name]; |
| 995 | } |
| 996 | |
| 997 | net::node_ptr application::p2p_node() |
| 998 | { |
nothing calls this directly
no outgoing calls
no test coverage detected