Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
def
_link_label(value: Any, fallback: str) -> str:
76
return
_cell(value) or _cell(fallback)
77
78
79
def
_bullets(items: list[str], fallback: str) -> list[str]:
Callers
1
build_report_markdown
Function · 0.85
Calls
1
_cell
Function · 0.85
Tested by
no test coverage detected