MCPcopy Create free account
hub / github.com/cli/cli / IsSkipped

Function IsSkipped

pkg/cmd/run/shared/shared.go:327–329  ·  view source on GitHub ↗
(c Conclusion)

Source from the content-addressed store, hash-verified

325}
326
327func IsSkipped(c Conclusion) bool {
328 return c == Skipped
329}
330
331type RunsPayload struct {
332 TotalCount int `json:"total_count"`

Callers 1

populateLogSegmentsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected