merge_settings_into_current

Function merge_settings_into_current 

Source
pub fn merge_settings_into_current(
    config_watcher: &ConfigWatcher,
    new_keys: Map<String, Value>,
) -> SettingsType
Expand description

Merge new keys into the current in-memory SettingsType and return the result. Used by the setconfig handler to update in-memory state before the fs watcher fires.