Credo.Code.to_tokens

You're seeing just the function to_tokens, go back to Credo.Code module for more information.
Link to this function

to_tokens(string_or_source_file)

View Source

Converts a String or Credo.SourceFile into a List of tokens using the :elixir_tokenizer.

Link to this function

to_tokens(source, filename \\ "nofilename")

View Source