Validate returns an error if there is a semantic error in the path, and collects all variable names in a map with a strictly increasing index, indicating the order of their first appearance. Leaf nodes should generally return nil.
(nestingLevel int, insideArraySubscript bool)
| 34 | // indicating the order of their first appearance. Leaf nodes should generally |
| 35 | // return nil. |
| 36 | Validate(nestingLevel int, insideArraySubscript bool) error |
| 37 | } |
| 38 | |
| 39 | type Root struct{} |
no outgoing calls
no test coverage detected