MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetIssueUpdate

Method GetIssueUpdate

backend/generated-go/v1/issue_service.pb.go:1831–1838  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1829}
1830
1831func (x *IssueComment) GetIssueUpdate() *IssueComment_IssueUpdate {
1832 if x != nil {
1833 if x, ok := x.Event.(*IssueComment_IssueUpdate_); ok {
1834 return x.IssueUpdate
1835 }
1836 }
1837 return nil
1838}
1839
1840func (x *IssueComment) GetPlanUpdate() *IssueComment_PlanUpdate {
1841 if x != nil {

Callers 1

EqualMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected