Code.compile_quoted

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

compile_quoted(quoted, file \\ "nofile")

View Source

Specs

compile_quoted(Macro.t(), binary()) :: [{module(), binary()}]

Compiles the quoted expression.

Returns a list of tuples where the first element is the module name and the second one is its bytecode (as a binary). A file can be given as second argument which will be used for reporting warnings and errors.