()
| 372 | // ── R2 helpers ───────────────────────────────────────────────── |
| 373 | |
| 374 | private getR2(): R2Bucket | null { |
| 375 | return this.r2; |
| 376 | } |
| 377 | |
| 378 | private resolveR2Prefix(): string { |
| 379 | if (this.r2Prefix !== undefined) return this.r2Prefix; |
no outgoing calls
no test coverage detected