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

Function goDefinitionName

scripts/codegen/go.ts:2158–2160  ·  view source on GitHub ↗
(definitionName: string)

Source from the content-addressed store, hash-verified

2156}
2157
2158function goDefinitionName(definitionName: string): string {
2159 return toGoSchemaTypeName(definitionName);
2160}
2161
2162function goNonNullUnionMembers(schema: JSONSchema7): JSONSchema7[] {
2163 return ((schema.anyOf ?? schema.oneOf) as JSONSchema7[] | undefined)

Calls 1

toGoSchemaTypeNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…