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

Function _link_label

plugins/codex-security/scripts/report_projection.py:75–76  ·  view source on GitHub ↗
(value: Any, fallback: str)

Source from the content-addressed store, hash-verified

73
74
75def _link_label(value: Any, fallback: str) -> str:
76 return _cell(value) or _cell(fallback)
77
78
79def _bullets(items: list[str], fallback: str) -> list[str]:

Callers 1

build_report_markdownFunction · 0.85

Calls 1

_cellFunction · 0.85

Tested by

no test coverage detected