()
| 193 | } |
| 194 | |
| 195 | #ctx(): MutationContext { |
| 196 | return { |
| 197 | auth: this.#auth, |
| 198 | upstream: this.#upstream, |
| 199 | fork: this.#fork, |
| 200 | rigHandle: this.#config.rigHandle, |
| 201 | fetch: this.#config.fetch, |
| 202 | now: this.#config.now, |
| 203 | hooks: this.#hooks, |
| 204 | }; |
| 205 | } |
| 206 | |
| 207 | // ── Lifecycle ────────────────────────────────────────────────── |
| 208 |