func maps.Clone
5 uses
maps (current package)
maps.go#L50: func Clone[M ~map[K]V, K comparable, V any](m M) M {
crypto/x509
verify.go#L1598: userConstrainedPolicySet := maps.Clone(authorityConstrainedPolicySet)
net/http
request.go#L411: r2.otherValues = maps.Clone(r.otherValues)
transport.go#L366: npm := maps.Clone(t.TLSNextProto)
transport.go#L875: newMap := maps.Clone(oldMap)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)