Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Pagghiu/SaneCppLibraries
/ isSCBuildDefinitionSource
Function
isSCBuildDefinitionSource
Tools/ToolsBootstrap.c:563–566 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
return String_duplicate(path);
562
}
563
return buffer;
564
#else
565
char* resolved = realpath(path, NULL);
566
if (resolved) return resolved;
567
return String_duplicate(path);
568
#endif
569
}
Callers
3
setupCompilation
Function · 0.85
compilePOSIX
Function · 0.85
compileWindows
Function · 0.85
Calls
1
Path_fileName
Function · 0.85
Tested by
no test coverage detected