internal/runtime/maps.Map.Clear (method)

2 uses

	internal/runtime/maps (current package)
		map.go#L735: func (m *Map) Clear(typ *abi.MapType) {

	runtime
		map.go#L185: 	m.Clear(t)