MCPcopy
hub / github.com/cli/cli / StartCodespace

Method StartCodespace

internal/codespaces/codespaces.go:41–41  ·  view source on GitHub ↗
(ctx context.Context, name string)

Source from the content-addressed store, hash-verified

39type apiClient interface {
40 GetCodespace(ctx context.Context, name string, includeConnection bool) (*api.Codespace, error)
41 StartCodespace(ctx context.Context, name string) error
42 ExternalHTTPClient() (*http.Client, error)
43}
44

Callers 1

Implementers 2

apiClientMockpkg/cmd/codespace/mock_api.go
APIinternal/codespaces/api/api.go

Calls

no outgoing calls

Tested by

no test coverage detected