MCPcopy Index your code
hub / github.com/github/copilot-sdk / goJSONMatchTermParentPath

Function goJSONMatchTermParentPath

scripts/codegen/go.ts:1479–1481  ·  view source on GitHub ↗
(term: GoJSONMatchTerm)

Source from the content-addressed store, hash-verified

1477}
1478
1479function goJSONMatchTermParentPath(term: GoJSONMatchTerm): string[] {
1480 return term.path.slice(0, -1);
1481}
1482
1483function goJSONMatchPathParentPath(path: string[]): string[] {
1484 return path.slice(0, -1);

Callers 1

groupGoJSONMatchTermsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…