Commit fa68e5e
committed
Changed: Add #[inline] and doc comment to is_prevalidated_workdir
Add #[inline] attribute and brief documentation to is_prevalidated_workdir method to indicate it's a small, hot-path exact-match check and help the optimizer inline it. The doc comment explains the method returns true only for exact path matches against prevalidated directories.1 parent 331214d commit fa68e5e
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
468 | 468 | | |
469 | 469 | | |
470 | 470 | | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
471 | 475 | | |
472 | 476 | | |
473 | 477 | | |
| |||
0 commit comments