LiveDebugger.Structs.LvProcess (LiveDebugger v0.1.3)
View SourceThis module provides a struct to represent a LiveView process.
- nested? - whether the process is a nested LiveView process
- debugger? - whether the process is a LiveDebugger process
Summary
Functions
Creates new LvProcess struct with the given pid
by fetching the socket from the process state.
Types
Functions
Creates new LvProcess struct with the given pid
by fetching the socket from the process state.
@spec new(pid :: pid(), socket :: Phoenix.LiveView.Socket.t()) :: t()