(prefix: string, typeName: string)
| 1032 | } |
| 1033 | |
| 1034 | function goUnexportedFunctionName(prefix: string, typeName: string): string { |
| 1035 | return prefix + typeName; |
| 1036 | } |
| 1037 | |
| 1038 | function goDiscriminatedUnionInfoForType(typeName: string, ctx: GoCodegenCtx): GoDiscriminatedUnionInfo | undefined { |
| 1039 | return ctx.discriminatedUnions.get(typeName); |
no outgoing calls
no test coverage detected
searching dependent graphs…