# AutoZyme Lab FindAllMarkers solution template.
#
# Replace this wrapper with your optimized implementation. Keep the exported
# symbol name exactly as shown; run_public.R calls it directly.

optimized_FindAllMarkers <- function(object, ...) {
  Seurat::FindAllMarkers(object = object, ...)
}
