GenServer.start
You're seeing just the function
start
, go back to GenServer module for more information.
Specs
Starts a GenServer
process without links (outside of a supervision tree).
See start_link/3
for more information.