trace_event
Trace a Lampa event through the entire codebase: shows all files that emit it (senders) and all files that listen to it (listeners), clarifying event bus interactions.
Instructions
Trace a Lampa event through the entire codebase. Shows every file that emits it (Lampa.Listener.send) and every file that listens to it (Lampa.Listener.follow). Essential for understanding the event bus.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Lampa event name, e.g. 'app', 'full', 'player', 'catalog', 'torrent_file', 'shots_status', 'state:changed'. |