MCPcopy Create free account
hub / github.com/bitshares/bitshares-core / initialize_plugins

Method initialize_plugins

libraries/app/application.cpp:1117–1125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1115}
1116
1117void application_impl::initialize_plugins() const
1118{
1119 for( const auto& entry : _active_plugins )
1120 {
1121 ilog( "Initializing plugin ${name}", ( "name", entry.second->plugin_name() ) );
1122 entry.second->plugin_initialize( *_options );
1123 ilog( "Initialized plugin ${name}", ( "name", entry.second->plugin_name() ) );
1124 }
1125}
1126
1127void application_impl::startup_plugins() const
1128{

Callers

nothing calls this directly

Calls 2

plugin_nameMethod · 0.45
plugin_initializeMethod · 0.45

Tested by

no test coverage detected