Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
258
bool PluginManager::isPluginReloadEnabled() const {
259
return mPluginReloadEnabled;
260
}
261
262
void PluginManager::setPluginReloadEnabled( bool pluginReloadEnabled ) {
263
mPluginReloadEnabled = pluginReloadEnabled;
Callers
1
onFileSystemEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected