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

Function run

packages/feedback/scripts/shim-preact-export.js:69–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69function run() {
70 // recurse through build/npm/types-ts3.8 directory
71 const dir = path.join('build', 'npm', 'types-ts3.8');
72 walk(dir);
73}
74
75run();

Callers 1

Calls 1

walkFunction · 0.70

Tested by

no test coverage detected