Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
def
_cell(value: Any) -> str:
72
return
_text(value,
"none"
).replace(
"|"
,
"\\|"
).replace(
"\n"
,
"<br>"
)
73
74
75
def
_link_label(value: Any, fallback: str) -> str:
Callers
4
_link_label
Function · 0.85
_surface_notes
Function · 0.85
_finding_section
Function · 0.85
build_report_markdown
Function · 0.85
Calls
1
_text
Function · 0.85
Tested by
no test coverage detected