pub fn has_dependencies(operations: &[BatchOperation]) -> boolExpand description
Checks whether the batch uses any dependency features.
Empty maps/vecs (e.g. capture: {}, depends_on: []) are treated as absent
so they don’t accidentally trigger dependent mode.