pub fn decode_template(
template: Value,
supported_extensions: Option<&[&str]>,
caller_limits: &CallerLimits,
) -> Result<DecodedTemplate, ModelError>Expand description
Auto-detect whether a template is a job or environment template and decode it.