MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / computeExecutablePath

Function computeExecutablePath

Tests/SCBuildTest/SCBuildFixtureTest.cpp:1093–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091}
1092
1093static Result computeExecutablePath(const Build::Action& action, StringView projectName, String& executablePath)
1094{
1095 return computeArtifactPath(action, projectName, Build::TargetType::ConsoleExecutable, executablePath);
1096}
1097
1098struct CapturedBuildOutput
1099{

Callers 1

SCBuildFixtureTestMethod · 0.85

Calls 1

computeArtifactPathFunction · 0.85

Tested by

no test coverage detected