Sourceror.get_args
You're seeing just the function
get_args
, go back to Sourceror module for more information.
Specs
Returns the arguments of the node.
iex> Sourceror.get_args({:foo, [], [{:__block__, [], [:ok]}]})
[{:__block__, [], [:ok]}]