Back to Opa

Intro

docs/docs/policy-reference/_examples/graphs/reachable_paths/intro.md

1.17.0322 B
Original Source
<!-- markdownlint-disable MD041 -->

It may be useful to find all reachable paths from a root element. graph.reachable_paths can be used for this. Note that cyclical paths will terminate on the repeated node. If an element references a nonexistent element, the path will be terminated, and excludes the nonexistent node.