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

Function TestLabelNotificationDetails

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

Source from the content-addressed store, hash-verified

359}
360
361func TestLabelNotificationDetails(t *testing.T) {
362 t.Parallel()
363 label := LabelNotificationDetails()
364 assert.Equal(t, IntegrityUntrusted, label.Integrity)
365 assert.Equal(t, ConfidentialityPrivate, label.Confidentiality)
366}

Callers

nothing calls this directly

Calls 1

LabelNotificationDetailsFunction · 0.85

Tested by

no test coverage detected