MCPcopy
hub / github.com/perkeep/perkeep / Kill

Method Kill

pkg/test/dockertest/docker.go:226–231  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

224}
225
226func (c ContainerID) Kill() error {
227 if string(c) == "" {
228 return nil
229 }
230 return KillContainer(string(c))
231}
232
233// Remove runs "docker rm" on the container
234func (c ContainerID) Remove() error {

Callers 9

KillRemoveMethod · 0.95
androidLookupHostFunction · 0.80
StopMethod · 0.80
TestAndroidCamputFileFunction · 0.80
killReindexFunction · 0.80
pkmountTestFunction · 0.80
handleSignalsFunction · 0.80
GenerateMethod · 0.80
mainFunction · 0.80

Calls 1

KillContainerFunction · 0.85

Tested by 3

TestAndroidCamputFileFunction · 0.64
killReindexFunction · 0.64
pkmountTestFunction · 0.64