MCPcopy Index your code
hub / github.com/devspace-sh/devspace / Info

Method Info

pkg/devspace/docker/auth_test.go:25–29  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

23}
24
25func (f *fakeDockerClient) Info(ctx context.Context) (system.Info, error) {
26 return system.Info{
27 IndexServerAddress: "IndexServerAddress",
28 }, nil
29}
30
31func (f *fakeDockerClient) Ping(ctx context.Context) (types.Ping, error) {
32 return types.Ping{}, nil

Callers 15

PurgeMethod · 0.45
DeployMethod · 0.45
ListMethod · 0.45
GetByNameMethod · 0.45
GetLanguageMethod · 0.45
GetSupportedLanguagesMethod · 0.45
StartLogsFunction · 0.45
InjectDevSpaceHelperFunction · 0.45
replaceMethod · 0.45
StartAttachFromCMDFunction · 0.45
startWithWaitMethod · 0.45
recursiveTarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected