(id?: string)
| 581 | } |
| 582 | |
| 583 | pull(id?: string): Promise<ApplyResult> { |
| 584 | return this.#serialize(id, (resolvedId) => this.#pullResolved(resolvedId)); |
| 585 | } |
| 586 | |
| 587 | /** |
| 588 | * Run a host-scheduled pending pull from its persisted cursor. |
no test coverage detected