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

Function TestGistsService_IsStarred_invalidID

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

Source from the content-addressed store, hash-verified

889}
890
891func TestGistsService_IsStarred_invalidID(t *testing.T) {
892 t.Parallel()
893 client, _, _ := setup(t)
894
895 ctx := t.Context()
896 _, _, err := client.Gists.IsStarred(ctx, "%")
897 testURLParseError(t, err)
898}
899
900func TestGistsService_Fork(t *testing.T) {
901 t.Parallel()

Callers

nothing calls this directly

Calls 3

testURLParseErrorFunction · 0.85
setupFunction · 0.70
IsStarredMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…