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

Function TestLabelGetMe

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

Source from the content-addressed store, hash-verified

111}
112
113func TestLabelGetMe(t *testing.T) {
114 t.Parallel()
115
116 // get_me exposes private_gists/total_private_repos/owned_private_repos,
117 // which are not part of the public profile, so the result is trusted but
118 // private — never public.
119 label := LabelGetMe()
120 assert.Equal(t, IntegrityTrusted, label.Integrity)
121 assert.Equal(t, ConfidentialityPrivate, label.Confidentiality)
122}
123
124func TestLabelRelease(t *testing.T) {
125 t.Parallel()

Callers

nothing calls this directly

Calls 1

LabelGetMeFunction · 0.85

Tested by

no test coverage detected