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

Method recvSignal

process_test.go:160–164  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

158}
159
160func (tp *testProcess) recvSignal(err error) os.Signal {
161 sig := <-tp.signals
162 tp.sigErr <- err
163 return sig
164}
165
166func (tp *testProcess) notify() (map[fileName]*file, <-chan error, error) {
167 parent, files, err := newParent(&tp.env)

Callers 5

TestChildKillFunction · 0.80
TestUpgraderTimeoutFunction · 0.80
TestUpgraderListenConfigFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected