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

Method make

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

Source from the content-addressed store, hash-verified

100} // namespace
101
102CppPluginSystemPtr CppPluginSystem::make(log::LoggerInterfacePtr logger) {
103 return std::make_shared<CppPluginSystem>(CppPluginSystem{std::move(logger)});
104}
105
106void CppPluginSystem::reset() {
107 // Note: do not dlclose plugins - they may be in use.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected