Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertlauncher/albert
/ PluginInstance
Method
PluginInstance
src/plugin/plugininstance.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
};
21
22
PluginInstance::PluginInstance() :
23
d(new Private{
24
.loader = PluginLoader::current_loader,
25
})
26
{}
27
28
PluginInstance::~PluginInstance() = default;
29
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected