MCPcopy Index your code
hub / github.com/google/go-github / GetLabel

Method GetLabel

github/github-accessors.go:40274–40279  ·  view source on GitHub ↗

GetLabel returns the Label field.

()

Source from the content-addressed store, hash-verified

40272
40273// GetLabel returns the Label field.
40274func (t *Timeline) GetLabel() *Label {
40275 if t == nil {
40276 return nil
40277 }
40278 return t.Label
40279}
40280
40281// GetMessage returns the Message field if it's non-nil, zero value otherwise.
40282func (t *Timeline) GetMessage() string {

Calls

no outgoing calls

Tested by 3

TestTimeline_GetLabelFunction · 0.76