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

Method RunWithProgress

pkg/cmd/codespace/common.go:62–64  ·  view source on GitHub ↗
(label string, run func() error)

Source from the content-addressed store, hash-verified

60}
61
62func (a *App) RunWithProgress(label string, run func() error) error {
63 return a.io.RunWithProgress(label, run)
64}
65
66//go:generate moq -fmt goimports -rm -skip-ensure -out mock_api.go . apiClient
67type apiClient interface {

Callers 13

LogsMethod · 0.95
StopCodespaceMethod · 0.95
DeleteMethod · 0.95
SSHMethod · 0.95
printOpenSSHConfigMethod · 0.95
EditMethod · 0.95
JupyterMethod · 0.95
CreateMethod · 0.95
pollForPermissionsMethod · 0.95
ListPortsMethod · 0.95
UpdatePortVisibilityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected