Commit 39d49b1
committed
fix: use read_file_cached instead of raw disk read for JS/TS source
The --file path was calling file.read_text() directly even though
find_all_functions_in_file() already primed the discovery cache.
Now uses read_file_cached() to hit the cache with zero disk I/O.1 parent 339e2d5 commit 39d49b1
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | | - | |
| 270 | + | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments