MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / reset

Method reset

src/openassetio-core/src/pluginSystem/CppPluginSystem.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void CppPluginSystem::reset() {
107 // Note: do not dlclose plugins - they may be in use.
108 plugins_.clear();
109}
110
111CppPluginSystem::CppPluginSystem(log::LoggerInterfacePtr logger) : logger_{std::move(logger)} {}
112

Callers 3

ManagerTest.cppFile · 0.45
UIDelegateTest.cppFile · 0.45
maybeLoadPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected