sync.Map.Range (method)

3 uses

	sync (current package)
		map.go#L113: func (m *Map) Range(f func(key, value any) bool) {

	internal/godebug
		godebug.go#L242: 	cache.Range(func(name, s any) bool {
		godebug.go#L252: 	cache.Range(func(name, s any) bool {