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

Method GetLabels

backend/generated-go/store/issue.pb.go:203–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201}
202
203func (x *Issue) GetLabels() []string {
204 if x != nil {
205 return x.Labels
206 }
207 return nil
208}
209
210func (x *Issue) GetRiskLevel() RiskLevel {
211 if x != nil {

Callers 2

convertToV1InstanceFunction · 0.45
convertToStoreInstanceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected