MCPcopy Create free account
hub / github.com/apohl79/audiogridder / scanForPlugins

Method scanForPlugins

Server/Source/Server.cpp:812–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810}
811
812void Server::scanForPlugins() {
813 traceScope();
814 scanForPlugins({});
815}
816
817void Server::scanForPlugins(const std::vector<String>& include) {
818 traceScope();

Callers

nothing calls this directly

Calls 11

getPluginNameFunction · 0.85
getPluginTypeFunction · 0.85
push_backMethod · 0.80
containsMethod · 0.80
setSplashInfoMethod · 0.80
eraseMethod · 0.80
emptyMethod · 0.80
sizeMethod · 0.45
addMethod · 0.45
getNameMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected