Confispex.init

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

init(params, server \\ Confispex.Server)

Specs

init(
  %{
    :schema => module(),
    :context => context(),
    optional(:store) => store() | (() -> store())
  },
  GenServer.server()
) :: :ok

Initialize or reinitialize a state in server