MangaEx.Utils.ParserUtils.generate_chapter_lists

You're seeing just the function generate_chapter_lists, go back to MangaEx.Utils.ParserUtils module for more information.
Link to this function

generate_chapter_lists(chapters)

Specs

generate_chapter_lists([String.t()]) :: %{
  special_chapters: [String.t()],
  chapters: [integer()]
}