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

Method notify

process_test.go:166–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164}
165
166func (tp *testProcess) notify() (map[fileName]*file, <-chan error, error) {
167 parent, files, err := newParent(&tp.env)
168 if err != nil {
169 return nil, nil, err
170 }
171 return files, parent.result, parent.sendReady()
172}

Callers 4

TestChildReadyFunction · 0.80
TestChildPassedFdsFunction · 0.80
TestUpgraderReadyFunction · 0.80
TestParentExitFunction · 0.80

Calls 2

newParentFunction · 0.85
sendReadyMethod · 0.80

Tested by

no test coverage detected