Sourceror.get_args

You're seeing just the function get_args, go back to Sourceror module for more information.

Specs

get_args(Macro.t()) :: [Macro.t()]

Returns the arguments of the node.

iex> Sourceror.get_args({:foo, [], [{:__block__, [], [:ok]}]})
[{:__block__, [], [:ok]}]