MCPcopy Create free account
hub / github.com/openai/plugins / _cell

Function _cell

plugins/codex-security/scripts/report_projection.py:71–72  ·  view source on GitHub ↗
(value: Any)

Source from the content-addressed store, hash-verified

69
70
71def _cell(value: Any) -> str:
72 return _text(value, "none").replace("|", "\\|").replace("\n", "<br>")
73
74
75def _link_label(value: Any, fallback: str) -> str:

Callers 4

_link_labelFunction · 0.85
_surface_notesFunction · 0.85
_finding_sectionFunction · 0.85
build_report_markdownFunction · 0.85

Calls 1

_textFunction · 0.85

Tested by

no test coverage detected