The database flattens S3 methods into the export list, so we recover the generic -> classes map for dispatch: an export generic.class is a method when the generic is itself exported (e.g. print.foo).
generic -> classes
generic.class
generic
print.foo
The database flattens S3 methods into the export list, so we recover the
generic -> classesmap for dispatch: an exportgeneric.classis a method when thegenericis itself exported (e.g.print.foo).