Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
func
(w *Workflow) Disabled() bool {
46
return
w.State != Active
47
}
48
49
func
(w *Workflow) Base() string {
50
return
path.Base(w.Path)
Callers
1
listRun
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected