workspace_id_for_tab

Function workspace_id_for_tab 

Source
pub(crate) fn workspace_id_for_tab(
    store: &Store,
    tab_id: &str,
) -> Option<String>
Expand description

Find the id of the workspace that owns tab_id (in tabids or pinnedtabids), or None if no workspace references it.