MCPcopy
hub / github.com/docker/compose / ContainerKill

Method ContainerKill

pkg/dryrun/dryrunclient.go:137–139  ·  view source on GitHub ↗
(ctx context.Context, container string, options client.ContainerKillOptions)

Source from the content-addressed store, hash-verified

135}
136
137func (d *DryRunClient) ContainerKill(ctx context.Context, container string, options client.ContainerKillOptions) (client.ContainerKillResult, error) {
138 return client.ContainerKillResult{}, nil
139}
140
141func (d *DryRunClient) ContainerList(ctx context.Context, options client.ContainerListOptions) (client.ContainerListResult, error) {
142 caller := getCallingFunction()

Callers 3

killMethod · 0.45
TestKillAllFunction · 0.45
TestKillSignalFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestKillAllFunction · 0.36
TestKillSignalFunction · 0.36