MCPcopy Index your code
hub / github.com/github/spec-kit / _trust_level

Function _trust_level

src/specify_cli/commands/bundle/__init__.py:72–74  ·  view source on GitHub ↗

Trust framing for a catalog entry (FR-010): org-curated vs community.

(verified: bool)

Source from the content-addressed store, hash-verified

70
71
72def _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
77def _trust_badge(verified: bool) -> str:

Callers 2

bundle_searchFunction · 0.85
bundle_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected