Skip to main content

check

Function check 

Source
pub fn check(
    config_path: &str,
    export_name: Option<&str>,
    params: Option<&HashMap<String, String>>,
    show_type_report: bool,
    strict: bool,
    json_output: bool,
    target: Option<ExportTarget>,
) -> Result<()>