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

Function getSandboxCEWrapperOptions

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

Source from the content-addressed store, hash-verified

349}
350
351export function getSandboxCEWrapperOptions(command: string, args: string[], options: ExecutionOptions): NsJailOptions {
352 return getCeWrapperOptions('sandbox', command, args, options);
353}
354
355export function getExecuteCEWrapperOptions(command: string, args: string[], options: ExecutionOptions): NsJailOptions {
356 return getCeWrapperOptions('execute', command, args, options);

Callers 1

sandboxCEWrapperFunction · 0.85

Calls 1

getCeWrapperOptionsFunction · 0.85

Tested by

no test coverage detected