pub fn merge_settings_into_current(
config_watcher: &ConfigWatcher,
new_keys: Map<String, Value>,
) -> SettingsTypeExpand 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.