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

Function sortedGoEventEnvelopeProperties

scripts/codegen/go.ts:614–616  ·  view source on GitHub ↗
(properties: GoEventEnvelopeProperty[])

Source from the content-addressed store, hash-verified

612}
613
614function sortedGoEventEnvelopeProperties(properties: GoEventEnvelopeProperty[]): GoEventEnvelopeProperty[] {
615 return [...properties].sort((left, right) => compareGoFieldNames(left.fieldName, right.fieldName));
616}
617
618interface GoDiscriminatorValues {
619 kind: GoDiscriminatorValueKind;

Callers 1

Calls 1

compareGoFieldNamesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…