MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / tracked

Function tracked

scripts/bump-version.test.ts:49–52  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

47 const tempDirs: string[] = [];
48
49 function tracked(dir: string): string {
50 tempDirs.push(dir);
51 return dir;
52 }
53
54 afterEach(() => {
55 for (const dir of tempDirs) {

Callers 1

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected