pub fn update_assembler_settings(
    cur_tab_name: State<'_, CurTabName>,
    tab_map: State<'_, TabMap>,
    settings: AssemblerConfig,
) -> Optional
Expand description

Updates the assembler settings for the current tab.

  • cur_tab_name: State containing the current tab name.
  • tab_map: State containing the map of all tabs.
  • settings: New assembler settings to be applied.

Returns Optional indicating whether the settings were successfully updated.