Credo.Code.Scope.name
You're seeing just the function
name
, go back to Credo.Code.Scope module for more information.
Returns the scope for the given line as a tuple consisting of the call to
define the scope (:defmodule
, :def
, :defp
or :defmacro
) and the
name of the scope.
Examples:
{:defmodule, "Foo.Bar"}
{:def, "Foo.Bar.baz"}