* Begins a new read-only transaction.
(type: "readonly")
| 83 | * Begins a new read-only transaction. |
| 84 | */ |
| 85 | beginTransaction(type: "readonly"): SyncKeyValueROTransaction; |
| 86 | /** |
| 87 | * Begins a new read-write transaction. |
| 88 | */ |
no outgoing calls
no test coverage detected