MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / sortEntries

Function sortEntries

scripts/generate-changelog.ts:172–174  ·  view source on GitHub ↗
(entries: ChangelogEntry[])

Source from the content-addressed store, hash-verified

170// ============================================================================
171
172export function sortEntries(entries: ChangelogEntry[]): void {
173 entries.sort((a, b) => a.sortKey.localeCompare(b.sortKey));
174}
175
176function generateOutput(
177 importantChanges: ChangelogEntry[],

Callers 1

runFunction · 0.85

Calls 1

sortMethod · 0.80

Tested by

no test coverage detected