Yggdrasil.start_link

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

start_link(module, args, options \\ [])

View Source

Specs

start_link(module(), term(), GenServer.options()) :: GenServer.on_start()

Starts an Yggdrasil given a module, args and some optional options.