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

Function _bullets

plugins/codex-security/scripts/report_projection.py:79–80  ·  view source on GitHub ↗
(items: list[str], fallback: str)

Source from the content-addressed store, hash-verified

77
78
79def _bullets(items: list[str], fallback: str) -> list[str]:
80 return [f"- {item}" for item in (items or [fallback])]
81
82
83def _code_evidence_catalog(finding: dict[str, Any]) -> dict[str, dict[str, Any]]:

Callers 2

_finding_sectionFunction · 0.85
build_report_markdownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected