pub fn collapse_expand_instance_path(
    ctx: &ViewerContext<'_>,
    db: &EntityDb,
    instance_path: &InstancePath,
    scope: CollapseScope,
    expand: bool,
)