Function orchestrator::default_memory::has_cycles

source ยท
pub fn has_cycles(vertex: &HashMap<String, String>) -> bool
Expand description

helper function used to check if there are cycles. It is public in order to be used by other memory implementations.