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

Method modules

src/jsplugin/JSPlugin.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23 JSPluginSpec *spec() { return m_data; }
24 QVector<JSPluginModule *> modules() { return m_modules; }
25 JSPluginModule *module(int i) { return m_modules[i]; }
26
27 QString name() { return m_data->name(); }

Callers 5

modulesByModuleTypeMethod · 0.45
modulesByKeyValueMethod · 0.45
moduleByGUIDMethod · 0.45
JSPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected