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

Function TestRateLimits_GetAuditLog

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

Source from the content-addressed store, hash-verified

39285}
39286
39287func TestRateLimits_GetAuditLog(tt *testing.T) {
39288 tt.Parallel()
39289 r := &RateLimits{}
39290 r.GetAuditLog()
39291 r = nil
39292 r.GetAuditLog()
39293}
39294
39295func TestRateLimits_GetCodeScanningUpload(tt *testing.T) {
39296 tt.Parallel()

Callers

nothing calls this directly

Calls 1

GetAuditLogMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…