MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isPluginReloadEnabled

Method isPluginReloadEnabled

src/tools/ecode/plugins/pluginmanager.cpp:258–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258bool PluginManager::isPluginReloadEnabled() const {
259 return mPluginReloadEnabled;
260}
261
262void PluginManager::setPluginReloadEnabled( bool pluginReloadEnabled ) {
263 mPluginReloadEnabled = pluginReloadEnabled;

Callers 1

onFileSystemEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected