Tangent.Test.overload

You're seeing just the macro overload, go back to Tangent.Test module for more information.
Link to this macro

overload(agent)

View Source (macro)

Specs

overload(Tangent.agent()) :: Macro.t()

Registers the current process as the owner of an overload. Processes that can trace their ancestry to the owner will access a segmented dataset when interacting with the named agent, rather than accessing global state.

If passing an overload to a process that has not been started by the current process, Tangent.Test.Agent.register/2 should be used directly.