(...params: any[])
| 14 | run(...params: any[]): { changes: number; lastInsertRowid: number | bigint }; |
| 15 | get(...params: any[]): any; |
| 16 | all(...params: any[]): any[]; |
| 17 | /** |
| 18 | * Lazily yield result rows one at a time instead of materializing the whole |
| 19 | * set with `all()`. Use for unbounded scans (e.g. every function/method node) |
no outgoing calls