MCPcopy Index your code
hub / github.com/compiler-explorer/compiler-explorer / doBuildstep

Method doBuildstep

lib/base-compiler.ts:2773–2776  ·  view source on GitHub ↗
(command: string, args: string[], execParams: ExecutionOptions)

Source from the content-addressed store, hash-verified

2771 }
2772
2773 async doBuildstep(command: string, args: string[], execParams: ExecutionOptions) {
2774 const result = await this.exec(command, args, execParams);
2775 return this.processExecutionResult(result);
2776 }
2777
2778 handleUserError(error: any, dirPath: string): CompilationResult {
2779 return {

Callers 2

runCompilerMethod · 0.80

Calls 2

execMethod · 0.95

Tested by

no test coverage detected