MCPcopy Create free account
hub / github.com/cryptonomex/graphene / get_plugin

Method get_plugin

libraries/app/application.cpp:992–995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

990}
991
992std::shared_ptr<abstract_plugin> application::get_plugin(const string& name) const
993{
994 return my->_plugins[name];
995}
996
997net::node_ptr application::p2p_node()
998{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected