(variantTypeName: string)
| 1338 | } |
| 1339 | |
| 1340 | function goVariantMatchFuncName(variantTypeName: string): string { |
| 1341 | return goUnexportedFunctionName("matches", variantTypeName); |
| 1342 | } |
| 1343 | |
| 1344 | // Minimal checks used to distinguish variants that share the same discriminator. |
| 1345 | // Paths and values come from the JSON schema; these two operation names are the |
no test coverage detected
searching dependent graphs…