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

Function goJSONPathVarName

scripts/codegen/go.ts:1564–1566  ·  view source on GitHub ↗
(varPrefix: string, path: string[])

Source from the content-addressed store, hash-verified

1562}
1563
1564function goJSONPathVarName(varPrefix: string, path: string[]): string {
1565 return `${varPrefix}${path.map(toGoFieldName).join("")}`;
1566}
1567
1568function pushGoJSONRequiredRawPathLines(
1569 lines: string[],

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…