()
| 137 | |
| 138 | |
| 139 | def empty_appendix_evidence() -> dict[str, list[dict]]: |
| 140 | return {category: [] for category in APPENDIX_EVIDENCE_CATEGORIES} |
| 141 | |
| 142 | |
| 143 | def appendix_evidence_category(sentence: str) -> str: |
no outgoing calls
no test coverage detected