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

Function goUnexportedFunctionName

scripts/codegen/go.ts:1034–1036  ·  view source on GitHub ↗
(prefix: string, typeName: string)

Source from the content-addressed store, hash-verified

1032}
1033
1034function goUnexportedFunctionName(prefix: string, typeName: string): string {
1035 return prefix + typeName;
1036}
1037
1038function goDiscriminatedUnionInfoForType(typeName: string, ctx: GoCodegenCtx): GoDiscriminatedUnionInfo | undefined {
1039 return ctx.discriminatedUnions.get(typeName);

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…