(promise: Promise<any>)
| 442 | } |
| 443 | interface DurableObjectState { |
| 444 | waitUntil(promise: Promise<any>): void; |
| 445 | readonly id: DurableObjectId; |
| 446 | readonly storage: DurableObjectStorage; |
| 447 | container?: Container; |
nothing calls this directly
no outgoing calls
no test coverage detected