Skip to main content

InsertDottedDefault

Function InsertDottedDefault 

Source
fn InsertDottedDefault(
    target: &mut Map<String, Value>,
    dotted: &str,
    value: Value,
)
Expand description

Insert a value into target at the dotted path git.enabled, creating intermediate object nodes as needed. Mirrors inspect_configuration_value’s try_fold traversal so a lookup for git.enabled finds target["git"]["enabled"].