func runtime.mapaccess2
3 uses
runtime (current package)
map.go#L452: func mapaccess2(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, bool) {
map.go#L455: pc := funcPC(mapaccess2)
map.go#L1318: elem, ok := mapaccess2(t, h, key)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)