(obj: dict)
| 92 | return s.replace('|', '\\|') |
| 93 | |
| 94 | def _brief_or_empty(obj: dict) -> str: |
| 95 | return _esc(_clean_brief(obj.get('brief', '') or '')) |
| 96 | |
| 97 | # ────────────────────────────────────────────────────────────────────────────── |
| 98 | # Path-mirror category system |
nothing calls this directly
no test coverage detected