Skip to main content

resolve

Function resolve 

Source
pub fn resolve(
    tree: &PaneTree,
    layout: &PaneLayout,
    ctx: PaneFocusContext,
    command: PaneCommand,
) -> PaneCommandResolution
Expand description

Resolve a single PaneCommand against the current tree, solved layout, and focus context. Pure and deterministic: identical inputs always yield an identical PaneCommandResolution, which is what makes equivalent command streams produce identical pane state across hosts.