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

Function TestLabelGistList

pkg/ifc/ifc_test.go:266–272  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

264}
265
266func TestLabelGistList(t *testing.T) {
267 t.Parallel()
268
269 label := LabelGistList()
270 assert.Equal(t, IntegrityUntrusted, label.Integrity)
271 assert.Equal(t, ConfidentialityPublic, label.Confidentiality)
272}
273
274func TestLabelProject(t *testing.T) {
275 t.Parallel()

Callers

nothing calls this directly

Calls 1

LabelGistListFunction · 0.85

Tested by

no test coverage detected