Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
func
(x *Task) GetSkipped() bool {
135
if
x != nil {
136
return
x.Skipped
137
}
138
return
false
139
}
140
141
func
(x *Task) GetSkippedReason() string {
142
if
x != nil {
Callers
5
checkPlanCompletion
Method · 0.80
doExportFromIssue
Method · 0.80
convertToTaskFromDatabaseCreate
Function · 0.80
convertToTaskFromSchemaUpdate
Function · 0.80
convertToTaskFromDatabaseDataExport
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected