func context.Cause

9 uses

	context (current package)
		context.go#L288: func Cause(c Context) error {
		context.go#L486: 		child.cancel(false, parent.Err(), Cause(parent))
		context.go#L511: 			child.cancel(false, parent.Err(), Cause(parent))
		context.go#L525: 			child.cancel(false, parent.Err(), Cause(parent))

	net/http
		transport.go#L669: 			return nil, context.Cause(ctx)
		transport.go#L1544: 				err := context.Cause(treq.ctx)
		transport.go#L1555: 		err := context.Cause(treq.ctx)
		transport.go#L2410: 			pc.cancelRequest(context.Cause(rc.treq.ctx))
		transport.go#L2883: 			pc.cancelRequest(context.Cause(req.ctx))