(pid int)
| 3810 | } |
| 3811 | |
| 3812 | func (d *integrationDaemon) processAlive(pid int) bool { |
| 3813 | d.mu.Lock() |
| 3814 | defer d.mu.Unlock() |
| 3815 | return d.running && pid == d.pid |
| 3816 | } |
| 3817 | |
| 3818 | func (d *integrationDaemon) waitForExit() error { |
| 3819 | d.mu.Lock() |
no outgoing calls
no test coverage detected