sync.readOnly.amended (field)

11 uses

	sync (current package)
		map.go#L65: 	amended bool // true if the dirty map contains some key not in m.
		map.go#L105: 	if !ok && read.amended {
		map.go#L112: 		if !ok && read.amended {
		map.go#L154: 		if !read.amended {
		map.go#L158: 			m.read.Store(readOnly{m: read.m, amended: true})
		map.go#L220: 		if !read.amended {
		map.go#L224: 			m.read.Store(readOnly{m: read.m, amended: true})
		map.go#L271: 	if !ok && read.amended {
		map.go#L275: 		if !ok && read.amended {
		map.go#L324: 	if read.amended {
		map.go#L331: 		if read.amended {