get_rdeps
Identify all targets that depend on a given Bazel target within a specified scope, excluding the target itself.
Instructions
Find reverse dependencies of a target within scope, excluding the target itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| scope | No | //... |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |