| 9 | ) |
| 10 | |
| 11 | type ASTArray struct { |
| 12 | Source RegoSource |
| 13 | Value []Node |
| 14 | } |
| 15 | |
| 16 | // Array is typed to whatever the first element is. If there is not first |
| 17 | // element, the array element type is invalid. |
nothing calls this directly
no outgoing calls
no test coverage detected