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

Function goJSONMatchPathParentPath

scripts/codegen/go.ts:1483–1485  ·  view source on GitHub ↗
(path: string[])

Source from the content-addressed store, hash-verified

1481}
1482
1483function goJSONMatchPathParentPath(path: string[]): string[] {
1484 return path.slice(0, -1);
1485}
1486
1487function goJSONMatchPathProperty(path: string[]): string {
1488 return path[path.length - 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…