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

Method GetCore

github/github-accessors.go:31202–31207  ·  view source on GitHub ↗

GetCore returns the Core field.

()

Source from the content-addressed store, hash-verified

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

Callers 2

TestRateLimits_GetCoreFunction · 0.95
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestRateLimits_GetCoreFunction · 0.76