MCPcopy
hub / github.com/compiler-explorer/compiler-explorer / exec

Method exec

lib/base-compiler.ts:432–435  ·  view source on GitHub ↗
(filepath: string, args: string[], execOptions: ExecutionOptions)

Source from the content-addressed store, hash-verified

430 }
431
432 async exec(filepath: string, args: string[], execOptions: ExecutionOptions) {
433 // Here only so can be overridden by compiler implementations.
434 return await exec.execute(filepath, args, execOptions);
435 }
436
437 protected getCompilerCacheKey(
438 compiler: string,

Callers 11

execCompilerCachedMethod · 0.95
runCompilerMethod · 0.95
runCompilerRawOutputMethod · 0.95
doBuildstepMethod · 0.95
processOptOutputMethod · 0.95
execPostProcessMethod · 0.95
couldSupportASTDumpMethod · 0.45
filterCompilerOptionsFunction · 0.45
asyncSetupFunction · 0.45
parseMetaNodeMethod · 0.45

Calls 1

executeMethod · 0.65

Tested by

no test coverage detected