read_file
AsyncMethod
This is a method of the SandboxProtocol class in the sandbox module.Read a file from the sandbox.
Signature
Parameters
No description available.
Returns
The result of the operation.
read_file: Read a file from the sandbox.
This is a method of the SandboxProtocol class in the sandbox module.Read a file from the sandbox.
async def read_file(&self, path: &str) -> Result<Option<Vec<u8>>>