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

Function executeCEWrapper

lib/exec.ts:401–404  ·  view source on GitHub ↗
(command: string, args: string[], options: ExecutionOptions)

Source from the content-addressed store, hash-verified

399}
400
401function executeCEWrapper(command: string, args: string[], options: ExecutionOptions) {
402 const nsOpts = getExecuteCEWrapperOptions(command, args, options);
403 return executeDirect(execProps<string>('cewrapper'), nsOpts.args, nsOpts.options, nsOpts.filenameTransform);
404}
405
406function withFirejailTimeout(args: string[], options?: ExecutionOptions) {
407 if (options?.timeoutMs) {

Callers

nothing calls this directly

Calls 2

executeDirectFunction · 0.85

Tested by

no test coverage detected