MCPcopy Index your code
hub / github.com/docker/cli / CheckpointList

Method CheckpointList

cli/command/checkpoint/client_test.go:30–35  ·  view source on GitHub ↗
(_ context.Context, container string, options client.CheckpointListOptions)

Source from the content-addressed store, hash-verified

28}
29
30func (cli *fakeClient) CheckpointList(_ context.Context, container string, options client.CheckpointListOptions) (client.CheckpointListResult, error) {
31 if cli.checkpointListFunc != nil {
32 return cli.checkpointListFunc(container, options)
33 }
34 return client.CheckpointListResult{}, nil
35}

Callers 1

runListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected