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

Function goVariantMatchFuncName

scripts/codegen/go.ts:1340–1342  ·  view source on GitHub ↗
(variantTypeName: string)

Source from the content-addressed store, hash-verified

1338}
1339
1340function 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

Calls 1

goUnexportedFunctionNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…