PendingCount returns the number of pending pages.
()
| 35 | |
| 36 | // PendingCount returns the number of pending pages. |
| 37 | PendingCount() int |
| 38 | |
| 39 | // AddReadonlyTXID adds a given read-only transaction id for pending page tracking. |
| 40 | AddReadonlyTXID(txid common.Txid) |
no outgoing calls