(self, artifact_id: str)
| 158 | return None |
| 159 | |
| 160 | def _meta_path(self, artifact_id: str) -> Path: |
| 161 | return self._root / f"{artifact_id}.json" |
| 162 | |
| 163 | def _content_path(self, artifact_id: str) -> Path: |
| 164 | return self._root / f"{artifact_id}.txt" |
no outgoing calls
no test coverage detected