MCPcopy Index your code
hub / github.com/cli/cli / Disabled

Method Disabled

pkg/cmd/workflow/shared/shared.go:45–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43}
44
45func (w *Workflow) Disabled() bool {
46 return w.State != Active
47}
48
49func (w *Workflow) Base() string {
50 return path.Base(w.Path)

Callers 1

listRunFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected