MCPcopy Create free account
hub / github.com/albertlauncher/albert / load

Method load

test/test.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 using PluginLoaderMock::PluginLoaderMock;
95
96 void load() noexcept override
97 {
98 PluginLoader::current_loader = this;
99 instance_ = make_unique<PluginInstanceMock>();
100 emit finished({});
101 }
102 void unload() noexcept override
103 {
104 instance_.reset();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected