* `recently-deleted/` artifacts are opt-in: excluded from the active view * unless a path/pattern explicitly scopes into them.
(key: string)
| 485 | * unless a path/pattern explicitly scopes into them. |
| 486 | */ |
| 487 | private isRecentlyDeleted(key: string): boolean { |
| 488 | return key.startsWith('recently-deleted/') |
| 489 | } |
| 490 | |
| 491 | /** |
| 492 | * A keys-only view (eager values plus empty placeholders for unresolved lazy |
no outgoing calls
no test coverage detected