Skip to main content

has_dependencies

Function has_dependencies 

Source
pub fn has_dependencies(operations: &[BatchOperation]) -> bool
Expand 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.