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

Function TestRateLimits_GetCore

github/github-accessors_test.go:39311–39317  ·  view source on GitHub ↗
(tt *testing.T)

Source from the content-addressed store, hash-verified

39309}
39310
39311func TestRateLimits_GetCore(tt *testing.T) {
39312 tt.Parallel()
39313 r := &RateLimits{}
39314 r.GetCore()
39315 r = nil
39316 r.GetCore()
39317}
39318
39319func TestRateLimits_GetDependencySBOM(tt *testing.T) {
39320 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetCoreMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…