Load loads the volume root into dst
(ctx context.Context, tx Handle, dst *[]byte)
| 132 | Abort(ctx context.Context, tx Handle) error |
| 133 | // Load loads the volume root into dst |
| 134 | Load(ctx context.Context, tx Handle, dst *[]byte) error |
| 135 | // Save writes to the volume root. |
| 136 | // Like all operations in a transaction, Save will not be visible until Commit is called. |
| 137 | Save(ctx context.Context, tx Handle, src []byte) error |
no outgoing calls
no test coverage detected