MCPcopy
hub / github.com/qazbnm456/awesome-web-security / cell

Function cell

scripts/ci/pr_review.py:498–500  ·  view source on GitHub ↗
(key: str)

Source from the content-addressed store, hash-verified

496 # English-template territory (or some future inverse), swap the reason
497 # for a safe placeholder so the comment doesn't read half-mixed.
498 def cell(key: str) -> str:
499 raw = scored.get(key)
500 return sanitize_reason(harmonize_reason(raw, template_lang))
501
502 body = tmpl.format(
503 score=total,

Callers 1

render_commentFunction · 0.85

Calls 2

sanitize_reasonFunction · 0.85
harmonize_reasonFunction · 0.85

Tested by

no test coverage detected