MCPcopy 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
34bool PluginManager::isClosing() const {
35 return mClosing;
36}
37
38void PluginManager::registerPlugin( const PluginDefinition& def ) {
39 mDefinitions[def.id] = def;

Callers 2

createListViewMethod · 0.45
updateTabTitleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected