# `Foundry.TestScenario.LiveViewRegistry`

ETS-backed registry mapping LiveView channel PIDs to test process PIDs.

Used by AshTracer to forward action events from LiveView handlers back to
the test process where they can be collected by RuntimeCapture.

Registry is lazy-initialized on first access and shared across all processes.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `lookup`

# `register`

# `unregister`

# `unregister_by_test_pid`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
