Mix.Task.load_tasks
You're seeing just the function
load_tasks
, go back to Mix.Task module for more information.
Specs
load_tasks([List.Chars.t()]) :: [task_module()]
Loads all tasks in the given paths
.