MCPcopy Create free account
hub / github.com/daniele77/cli / PrintLoaded

Method PrintLoaded

examples/pluginmanager.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 );
113 }
114 void PrintLoaded(ostream& out) const
115 {
116 for (auto& p: plugins)
117 out << " - " << p->Name() << endl;
118 }
119private:
120 static PluginContainer instance;
121 vector<unique_ptr<Plugin>> plugins;

Callers 1

mainFunction · 0.80

Calls 1

NameMethod · 0.45

Tested by

no test coverage detected