MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / init

Method init

Libraries/Plugin/Plugin.cpp:860–865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858}
859
860void SC::PluginRegistry::init(Span<PluginDynamicLibrary> librariesStorage)
861{
862 SC_PLUGIN_ASSERT_RELEASE(close());
863 storage = librariesStorage;
864 libraries = {};
865}
866
867SC::Result SC::PluginRegistry::close()
868{

Callers 3

scanDirectoryMethod · 0.45
findBestCompilerMethod · 0.45
findBestSysrootMethod · 0.45

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected