write_file
AsyncMethod
This is a method of the SandboxProtocol class in the sandbox module.Write a file to the sandbox.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
write_file: Write a file to the sandbox.
This is a method of the SandboxProtocol class in the sandbox module.Write a file to the sandbox.
async def write_file(&self, path: &str, content: &[u8]) -> Result<bool>