GenServer.start

You're seeing just the function start, go back to GenServer module for more information.
Link to this function

start(module, init_arg, options \\ [])

View Source

Specs

start(module(), any(), options()) :: on_start()

Starts a GenServer process without links (outside of a supervision tree).

See start_link/3 for more information.