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

Method GetApproval

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

Source from the content-addressed store, hash-verified

1820}
1821
1822func (x *IssueComment) GetApproval() *IssueComment_Approval {
1823 if x != nil {
1824 if x, ok := x.Event.(*IssueComment_Approval_); ok {
1825 return x.Approval
1826 }
1827 }
1828 return nil
1829}
1830
1831func (x *IssueComment) GetIssueUpdate() *IssueComment_IssueUpdate {
1832 if x != nil {

Callers 1

EqualMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected