func runtime.bucketEvacuated
2 uses
runtime (current package)
map.go#L1124: func bucketEvacuated(t *maptype, h *hmap, bucket uintptr) bool {
map.go#L1259: for h.nevacuate != stop && bucketEvacuated(t, h, h.nevacuate) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)