MCPcopy 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

setupCompilationFunction · 0.85
compilePOSIXFunction · 0.85
compileWindowsFunction · 0.85

Calls 1

Path_fileNameFunction · 0.85

Tested by

no test coverage detected