()
| 474 | setAlarm(scheduledTime: number | Date, options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 475 | deleteAlarm(options?: DurableObjectSetAlarmOptions): Promise<void>; |
| 476 | sync(): Promise<void>; |
| 477 | sql: SqlStorage; |
| 478 | transactionSync<T>(closure: () => T): T; |
| 479 | getCurrentBookmark(): Promise<string>; |
nothing calls this directly
no outgoing calls
no test coverage detected