pub async fn test_path_writable(
policy: &SandboxPolicy,
test_path: &Path,
cwd: &Path,
linux_launcher: Option<&LinuxSandboxLauncher>,
) -> Result<bool>Expand description
Test if a specific path is writable under the given sandbox policy.