MCPcopy
hub / github.com/cli/cli / IsSkipped

Function IsSkipped

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

Source from the content-addressed store, hash-verified

320}
321
322func IsSkipped(c Conclusion) bool {
323 return c == Skipped
324}
325
326type RunsPayload struct {
327 TotalCount int `json:"total_count"`

Callers 1

populateLogSegmentsFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected