Sourceror.get_meta
You're seeing just the function
get_meta
, go back to Sourceror module for more information.
Specs
get_meta(Macro.t()) :: Macro.metadata()
Returns the metadata of the given node.
iex> Sourceror.get_meta({:foo, [line: 5], []})
[line: 5]