OpPath is an yaml-jsonpath 'selector'. For more info see: https://github.com/vmware-labs/yaml-jsonpath
| 7 | |
| 8 | // OpPath is an yaml-jsonpath 'selector'. For more info see: https://github.com/vmware-labs/yaml-jsonpath |
| 9 | type OpPath string |
| 10 | |
| 11 | var rootChildPath = regexp.MustCompile(`^(\$|\.)([^\.]+)$`) |
| 12 |
no outgoing calls
no test coverage detected