(&self, path: &str)
| 617 | } |
| 618 | |
| 619 | pub fn is_outside_sandbox(&self, path: &str) -> bool { |
| 620 | self.validate_path(path).is_err() |
| 621 | } |
| 622 | } |
| 623 | |
| 624 | // ─── Tests ──────────────────────────────────────────────────────────────────── |
no test coverage detected