func maps.Clone

6 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)

	go.pact.im/x/httptrack
		stats.go#L171: 	s.conns, conns = maps.Clone(s.conns), s.conns

	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)