(path: string[])
| 1485 | } |
| 1486 | |
| 1487 | function goJSONMatchPathProperty(path: string[]): string { |
| 1488 | return path[path.length - 1]; |
| 1489 | } |
| 1490 | |
| 1491 | function groupGoJSONMatchTerms(spec: GoVariantMatchSpec): GoJSONMatchTermGroup[] { |
| 1492 | const groups = new Map<string, GoJSONMatchTermGroup>(); |
no outgoing calls
no test coverage detected
searching dependent graphs…