func github.com/jackc/pgx/v5/pgtype.NewMap

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L224: 	newMap := NewMap()
		pgtype.go#L231: func NewMap() *Map {

	github.com/jackc/pgx/v5
		conn.go#L259: 		typeMap:     pgtype.NewMap(),