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

Function run

scripts/get-commit-list.ts:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32function run(): void {
33 // eslint-disable-next-line no-console
34 console.log(getNewGitCommits().join('\n'));
35}
36
37// Only run when executed directly, not when imported
38if (require.main === module) {

Callers 1

get-commit-list.tsFile · 0.70

Calls 2

getNewGitCommitsFunction · 0.85
logMethod · 0.65

Tested by

no test coverage detected