(self, path: str | Path)
| 89 | return iter([buf.getvalue()]), {} |
| 90 | |
| 91 | def _host_path(self, path: str | Path) -> Path: |
| 92 | container_path = Path(path) |
| 93 | return self._host_root / container_path.relative_to("/") |
| 94 | |
| 95 | |
| 96 | class _PullRecorder: |
no outgoing calls
no test coverage detected