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

Method buildExecutable

lib/base-compiler.ts:2045–2048  ·  view source on GitHub ↗
(compiler: string, options: string[], inputFilename: string, execOptions: ExecutionOptionsWithEnv)

Source from the content-addressed store, hash-verified

2043 }
2044
2045 buildExecutable(compiler: string, options: string[], inputFilename: string, execOptions: ExecutionOptionsWithEnv) {
2046 // default implementation, but should be overridden by compilers
2047 return this.runCompiler(compiler, options, inputFilename, execOptions, {execute: true, binary: true});
2048 }
2049
2050 protected maskPathsInArgumentsForUser(args: string[]): string[] {
2051 const maskedArgs: string[] = [];

Callers 1

Calls 1

runCompilerMethod · 0.95

Tested by

no test coverage detected