NoopSandboxSession
Generated by TypeDoc. Do not edit this page directly.
Class: NoopSandboxSession
Section titled “Class: NoopSandboxSession”Defined in: packages/core/src/runtime/sandbox.ts:52
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new NoopSandboxSession(workDir): NoopSandboxSession;Defined in: packages/core/src/runtime/sandbox.ts:55
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
workDir | string |
Returns
Section titled “Returns”NoopSandboxSession
Overrides
Section titled “Overrides”HarnessSandboxSession.constructor
Properties
Section titled “Properties”| Property | Modifier | Type | Default value | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|---|
id | readonly | "noop" | "noop" | HarnessSandboxSession.id | - | packages/core/src/runtime/sandbox.ts:53 |
workDir | readonly | string | undefined | - | HarnessSandboxSession.workDir | packages/core/src/runtime/sandbox.ts:55 |
Methods
Section titled “Methods”close()?
Section titled “close()?”optional close(): Promise<void>;Defined in: packages/core/src/runtime/sandbox.ts:40
Returns
Section titled “Returns”Promise<void>
Inherited from
Section titled “Inherited from”exec()
Section titled “exec()”exec(input): Promise<SandboxExecResult>;Defined in: packages/core/src/runtime/sandbox.ts:59
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
input | SandboxExecInput |
Returns
Section titled “Returns”Promise<SandboxExecResult>