Skip to main content

apply_system_section

Function apply_system_section 

Source
fn apply_system_section(
    system: &BTreeMap<String, JsonValue>,
    current_config: &mut OsConfig,
    status: &mut Result<(), &'static str>,
)
Expand description

system セクションを current_config へ適用する。 有効値は採用し、異常値は採用せずエラーとして返す(最初の 1 件)。