Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
812
void Server::scanForPlugins() {
813
traceScope();
814
scanForPlugins({});
815
}
816
817
void Server::scanForPlugins(const std::vector<String>& include) {
818
traceScope();
Callers
nothing calls this directly
Calls
11
getPluginName
Function · 0.85
getPluginType
Function · 0.85
push_back
Method · 0.80
contains
Method · 0.80
setSplashInfo
Method · 0.80
erase
Method · 0.80
empty
Method · 0.80
size
Method · 0.45
add
Method · 0.45
getName
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected