GetCore returns the Core field.
()
| 31200 | |
| 31201 | // GetCore returns the Core field. |
| 31202 | func (r *RateLimits) GetCore() *Rate { |
| 31203 | if r == nil { |
| 31204 | return nil |
| 31205 | } |
| 31206 | return r.Core |
| 31207 | } |
| 31208 | |
| 31209 | // GetDependencySBOM returns the DependencySBOM field. |
| 31210 | func (r *RateLimits) GetDependencySBOM() *Rate { |
no outgoing calls