LiveDebugger.Structs.LvProcess (LiveDebugger v0.1.4)
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.
Returns the parent LvProcess of the given lv_process
.
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()
Returns the parent LvProcess of the given lv_process
.