Cluster.Supervisor.start_link

You're seeing just the function start_link, go back to Cluster.Supervisor module for more information.

Start a new instance of this supervisor. This is the callback indicated in the child specification returned by child_spec/1. It expects a list of the form [config, supervisor_opts], or [config]. The former allows you to provide options for the supervisor like with Supervisor.start_link/3.