(filePath: string)
| 388 | } |
| 389 | |
| 390 | private r2Key(filePath: string): string { |
| 391 | return `${this.resolveR2Prefix()}/${this.namespace}${filePath}`; |
| 392 | } |
| 393 | |
| 394 | // ── Symlink resolution ──────────────────────────────────────── |
| 395 |
no test coverage detected