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

Function LabelGistList

pkg/ifc/ifc.go:302–304  ·  view source on GitHub ↗

LabelGistList returns the IFC label for a list of gists belonging to a user, joining the per-gist confidentiality across the result set. Integrity is untrusted (user-authored content). Confidentiality is public because even secret gists are URL-accessible. See LabelSearchIssues for why list result

()

Source from the content-addressed store, hash-verified

300// See LabelSearchIssues for why list results carry a single joined label
301// rather than one label per item.
302func LabelGistList() SecurityLabel {
303 return PublicUntrusted()
304}
305
306// LabelProject returns the IFC label for GitHub Project metadata (Projects v2),
307// such as get_project results and project field definitions.

Callers 2

ListGistsFunction · 0.92
TestLabelGistListFunction · 0.85

Calls 1

PublicUntrustedFunction · 0.85

Tested by 1

TestLabelGistListFunction · 0.68