find_sync_io_blocking
Detect synchronous I/O calls in Express handlers or async functions that block the event loop. Uses static analysis to identify performance bottlenecks.
Instructions
fs.*Sync inside Express handlers or async functions: blocks the event loop (heuristic).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |