(tt *testing.T)
| 39309 | } |
| 39310 | |
| 39311 | func TestRateLimits_GetCore(tt *testing.T) { |
| 39312 | tt.Parallel() |
| 39313 | r := &RateLimits{} |
| 39314 | r.GetCore() |
| 39315 | r = nil |
| 39316 | r.GetCore() |
| 39317 | } |
| 39318 | |
| 39319 | func TestRateLimits_GetDependencySBOM(tt *testing.T) { |
| 39320 | tt.Parallel() |
nothing calls this directly
no test coverage detected
searching dependent graphs…