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

Function sandboxCEWrapper

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

Source from the content-addressed store, hash-verified

394}
395
396function sandboxCEWrapper(command: string, args: string[], options: ExecutionOptions) {
397 const nsOpts = getSandboxCEWrapperOptions(command, args, options);
398 return executeDirect(execProps<string>('cewrapper'), nsOpts.args, nsOpts.options, nsOpts.filenameTransform);
399}
400
401function executeCEWrapper(command: string, args: string[], options: ExecutionOptions) {
402 const nsOpts = getExecuteCEWrapperOptions(command, args, options);

Callers

nothing calls this directly

Calls 2

executeDirectFunction · 0.85

Tested by

no test coverage detected