exists_script_by_path

Function exists_script_by_path 

Source
pub async fn exists_script_by_path(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<bool, Error<ExistsScriptByPathError>>