MCPcopy Create free account
hub / github.com/google/go-github / TestGistsService_Star_invalidID

Function TestGistsService_Star_invalidID

github/gists_test.go:782–789  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

780}
781
782func TestGistsService_Star_invalidID(t *testing.T) {
783 t.Parallel()
784 client, _, _ := setup(t)
785
786 ctx := t.Context()
787 _, err := client.Gists.Star(ctx, "%")
788 testURLParseError(t, err)
789}
790
791func TestGistsService_Unstar(t *testing.T) {
792 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
StarMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…