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

Function goJSONMatchPathProperty

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

Source from the content-addressed store, hash-verified

1485}
1486
1487function goJSONMatchPathProperty(path: string[]): string {
1488 return path[path.length - 1];
1489}
1490
1491function groupGoJSONMatchTerms(spec: GoVariantMatchSpec): GoJSONMatchTermGroup[] {
1492 const groups = new Map<string, GoJSONMatchTermGroup>();

Callers 3

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…