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

Method is_plugin_enabled

libraries/app/application.cpp:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630}
631
632bool 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.

Callers 1

get_account_historyMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected