func internal/synctest.IsInBubble

3 uses

	internal/synctest (current package)
		synctest.go#L24: func IsInBubble() bool

	sync
		waitgroup.go#L87: 	if synctest.IsInBubble() {
		waitgroup.go#L193: 			if state&waitGroupBubbleFlag != 0 && synctest.IsInBubble() {