MCPcopy Index your code
hub / github.com/github/github-mcp-server / PublicTrusted

Function PublicTrusted

pkg/ifc/ifc.go:26–31  ·  view source on GitHub ↗

PublicTrusted returns a label for trusted, publicly readable data.

()

Source from the content-addressed store, hash-verified

24
25// PublicTrusted returns a label for trusted, publicly readable data.
26func PublicTrusted() SecurityLabel {
27 return SecurityLabel{
28 Integrity: IntegrityTrusted,
29 Confidentiality: ConfidentialityPublic,
30 }
31}
32
33// PublicUntrusted returns a label for untrusted, publicly readable data.
34func PublicUntrusted() SecurityLabel {

Callers 2

LabelRepoMetadataFunction · 0.85
LabelReleaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected