func()

in ctxtool/merge.go [138:142]


func (c *mergeCancelCtx) Err() error {
	c.mu.Lock()
	defer c.mu.Unlock()
	return c.err
}