Function get_triggers_count_of_script

Source
pub async fn get_triggers_count_of_script(
    configuration: &Configuration,
    workspace: &str,
    path: &str,
) -> Result<TriggersCount, Error<GetTriggersCountOfScriptError>>