handle_rename_workspace

Function handle_rename_workspace 

Source
pub(super) fn handle_rename_workspace(
    state: &mut State,
    workspace_id: String,
    name: String,
) -> Vec<Event>
Expand description

Phase E.5.3 — rename a workspace. Errors if missing; no-op if the name is unchanged.