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

Method moduleCount

src/jsplugin/JSPluginSpec.h:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 QVector<JSPluginModuleSpec *> modules() { return m_modules; }
35 JSPluginModuleSpec *module(int index) { return m_modules[index]; }
36 int moduleCount() { return m_moduleCount; }
37 int manifestVersion() { return m_manifestVersion; }
38
39private:

Callers 2

check_JSPluginSpecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected