Trust framing for a catalog entry (FR-010): org-curated vs community.
(verified: bool)
| 70 | |
| 71 | |
| 72 | def _trust_level(verified: bool) -> str: |
| 73 | """Trust framing for a catalog entry (FR-010): org-curated vs community.""" |
| 74 | return "verified" if verified else "community" |
| 75 | |
| 76 | |
| 77 | def _trust_badge(verified: bool) -> str: |
no outgoing calls
no test coverage detected