Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ unload
Method
unload
Examples/SCExample/HotReloadSystem.h:186–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void unload(StringView identifier) { (void)registry.unloadPlugin(identifier); }
187
188
void setSysroot(StringView isysroot) { (void)sysroot.isysroot.assign(isysroot); }
189
Callers
1
drawInternal
Method · 0.45
Calls
1
unloadPlugin
Method · 0.80
Tested by
no test coverage detected