Memory Leak Scan
memory_scanDetects memory leaks in code by finding addEventListener calls without cleanup, useEffect hooks without return, and setInterval without clearInterval.
Instructions
Detect memory leaks: addEventListener without cleanup, useEffect without return, setInterval without clearInterval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root |