Commit 54d1f70
committed
refactor(session): extract scoped DerivedData path helper
Move the workspace/project-scoped DerivedData computation out of
SessionStore.getAllForProfile into a module-private
computeScopedDerivedDataPath helper. The getter now reads as a single
boolean-and-assign, isolating the resolve/hash/basename mechanics.1 parent ab4fa58 commit 54d1f70
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 | | |
30 | 37 | | |
31 | 38 | | |
| |||
140 | 147 | | |
141 | 148 | | |
142 | 149 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
| 150 | + | |
147 | 151 | | |
148 | 152 | | |
149 | 153 | | |
| |||
0 commit comments