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

Method GetSkipped

backend/generated-go/store/task.pb.go:134–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132}
133
134func (x *Task) GetSkipped() bool {
135 if x != nil {
136 return x.Skipped
137 }
138 return false
139}
140
141func (x *Task) GetSkippedReason() string {
142 if x != nil {

Calls

no outgoing calls

Tested by

no test coverage detected