MCPcopy
hub / github.com/moby/moby / Stop

Method Stop

integration-cli/events_utils_test.go:72–75  ·  view source on GitHub ↗

Stop stops the events command.

()

Source from the content-addressed store, hash-verified

70
71// Stop stops the events command.
72func (e *eventObserver) Stop() {
73 e.command.Process.Kill()
74 e.command.Wait()
75}
76
77// Match tries to match the events output with a given matcher.
78func (e *eventObserver) Match(match eventMatcher, process eventMatchProcessor) {

Calls 2

KillMethod · 0.65
WaitMethod · 0.65

Tested by

no test coverage detected