(term: GoJSONMatchTerm)
| 1477 | } |
| 1478 | |
| 1479 | function goJSONMatchTermParentPath(term: GoJSONMatchTerm): string[] { |
| 1480 | return term.path.slice(0, -1); |
| 1481 | } |
| 1482 | |
| 1483 | function goJSONMatchPathParentPath(path: string[]): string[] { |
| 1484 | return path.slice(0, -1); |
no outgoing calls
no test coverage detected
searching dependent graphs…