MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / state

Method state

lib/extensionsystem/pluginspec.cpp:404–407  ·  view source on GitHub ↗

! The state in which the plugin currently is. See the description of the PluginSpec::State enum for details. */

Source from the content-addressed store, hash-verified

402 See the description of the PluginSpec::State enum for details.
403*/
404PluginSpec::State PluginSpec::state() const
405{
406 return d->state;
407}
408
409/*!
410 Returns whether an error occurred while reading/starting the plugin.

Callers 6

parsePluginSpecsMethod · 0.45
updateMethod · 0.45
foreachFunction · 0.45
loadPluginsMethod · 0.45
loadQueueMethod · 0.45
loadPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected