MCPcopy
hub / github.com/cloudflare/tableflip / exit

Method exit

process_test.go:152–158  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

150}
151
152func (tp *testProcess) exit(err error) {
153 select {
154 case tp.waitErr <- err:
155 close(tp.quit)
156 case <-tp.quit:
157 }
158}
159
160func (tp *testProcess) recvSignal(err error) os.Signal {
161 sig := <-tp.signals

Callers 9

TestChildExitFunction · 0.80
TestChildKillFunction · 0.80
TestChildNotReadyFunction · 0.80
TestChildReadyFunction · 0.80
TestChildPassedFdsFunction · 0.80
TestUpgraderCleanExitFunction · 0.80
TestUpgraderUncleanExitFunction · 0.80
TestUpgraderListenConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected