LiveDebugger.Utils.PubSub (LiveDebugger v0.1.5)
View SourceThis module provides helpers for LiveDebugger's PubSub.
Summary
Functions
It stands for transport_pid/socket_id/*/function.
It stands for transport_pid/socket_id/node_id/function.
Functions
@spec component_deleted_topic(trace :: LiveDebugger.Structs.Trace.t()) :: String.t()
It stands for transport_pid/socket_id/*/function.
It gives you traces of given callback in all nodes of given LiveView Used for detecting new nodes in sidebar
@spec tsnf_topic( socket_id :: String.t(), transport_pid :: pid(), node_id :: LiveDebugger.Structs.TreeNode.id(), fun :: atom() ) :: String.t()
It stands for transport_pid/socket_id/node_id/function.
It gives you traces of given callback in given node in given LiveView Used to update assigns based on render callback and for filtering traces