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([{chapter_url :: String.t(), chapter :: String.t()}]) ::
  %{
    special_chapters: [{chapter_url :: String.t(), chapter :: String.t()}],
    chapters: [{chapter_url :: String.t(), chapter :: integer()}]
  }