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

Method GetAuditLog

github/github-accessors.go:31178–31183  ·  view source on GitHub ↗

GetAuditLog returns the AuditLog field.

()

Source from the content-addressed store, hash-verified

31176
31177// GetAuditLog returns the AuditLog field.
31178func (r *RateLimits) GetAuditLog() *Rate {
31179 if r == nil {
31180 return nil
31181 }
31182 return r.AuditLog
31183}
31184
31185// GetCodeScanningUpload returns the CodeScanningUpload field.
31186func (r *RateLimits) GetCodeScanningUpload() *Rate {

Calls

no outgoing calls