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

Method JSPlugin

src/jsplugin/JSPlugin.cpp:10–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10JSPlugin::JSPlugin(QString &pluginFolder, QObject *parent)
11 : QObject(parent)
12{
13 m_data = new JSPluginSpec(QDir(pluginFolder).absoluteFilePath("manifest.ini"), this);
14 for (const auto &moduleSpec : m_data->modules()) {
15 m_modules.append(new JSPluginModule(moduleSpec, this));
16 }
17}
18
19
20bool JSPlugin::isAvailable()

Callers

nothing calls this directly

Calls 1

modulesMethod · 0.45

Tested by

no test coverage detected