Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ unloadPlugin
Method
unloadPlugin
Libraries/Plugin/Plugin.cpp:1011–1011 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1009
}
1010
1011
SC::Result SC::PluginRegistry::unloadPlugin(StringSpan identifier) { return unloadPlugin(identifier, true); }
1012
1013
SC::Result SC::PluginRegistry::unloadPlugin(StringSpan identifier, bool releaseDebuggerFiles)
1014
{
Callers
2
PluginTest
Method · 0.80
unload
Method · 0.80
Calls
4
isValid
Method · 0.45
contains
Method · 0.45
view
Method · 0.45
unload
Method · 0.45
Tested by
1
PluginTest
Method · 0.64