(path: str)
| 98 | |
| 99 | |
| 100 | def _check_attachments_not_modified(path: str) -> None: |
| 101 | if path.startswith("attachments"): |
| 102 | raise ValueError("Modifications to the attachments directory are not allowed") |
| 103 | |
| 104 | def describe_available_files( |
| 105 | *, |
no outgoing calls
no test coverage detected