github.com/jackc/pgx/v5/pgtype.Map.TypeForValue (method)

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L329: func (m *Map) TypeForValue(v any) (*Type, bool) {
		pgtype.go#L1106: 	} else if dataType, ok := m.TypeForValue(target); ok {
		pgtype.go#L1242: 		if dataType, ok := m.TypeForValue(value); ok {
		pgtype.go#L1999: 	t, ok := w.m.TypeForValue(w.v)