Skip to main content

execute_file

AsyncMethod
This is a method of the SandboxProtocol class in the sandbox module.
Execute a file in the sandbox.

Signature

Parameters

&str
required
No description available.
Option<Vec<String>>
required
No description available.
Option<ResourceLimits>
required
No description available.
Option<HashMap<String
required
No description available.

Returns

Result<SandboxResult>
The result of the operation.

Rust Files

Rust Documents