Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isClosing
Method
isClosing
src/tools/ecode/plugins/pluginmanager.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
}
33
34
bool PluginManager::isClosing() const {
35
return mClosing;
36
}
37
38
void PluginManager::registerPlugin( const PluginDefinition& def ) {
39
mDefinitions[def.id] = def;
Callers
2
createListView
Method · 0.45
updateTabTitle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected