Tangent.Agent.Intercept.start_link

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

start_link(caller_module, fun, options)

View Source

Specs

start_link(module(), (() -> term()), GenServer.options()) :: Macro.t()
Link to this function

start_link(caller_module, module, fun, args, options)

View Source

Specs

start_link(module(), module(), atom(), [any()], GenServer.options()) ::
  Macro.t()