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

Function isQuoteLine

scripts/generate-changelog.ts:272–274  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

270}
271
272function isQuoteLine(line: string): boolean {
273 return line.includes('—') && (line.includes('Wayne Gretzky') || line.includes('Michael Scott'));
274}
275
276function isContributorsLine(line: string): boolean {
277 return line.includes('Work in this release was contributed by');

Callers 1

parseChangelogFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected