MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / _brief_or_empty

Function _brief_or_empty

Scripts/emit_docs.py:94–95  ·  view source on GitHub ↗
(obj: dict)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

_escFunction · 0.85
_clean_briefFunction · 0.85

Tested by

no test coverage detected