Mix.Task.recursing-question-mark
You're seeing just the function
recursing-question-mark
, go back to Mix.Task module for more information.
Specs
recursing?() :: boolean()
Indicates if the current task is recursing.
This returns true if a task is marked as recursive and it is being executed inside an umbrella project.