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