Save writes to the volume root. Like all operations in a transaction, Save will not be visible until Commit is called.
(ctx context.Context, tx Handle, src []byte)
| 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 |
| 138 | // Post posts data to the volume |
| 139 | Post(ctx context.Context, tx Handle, data []byte, opts PostOpts) (CID, error) |
| 140 | // Get returns the data for a CID. |
no outgoing calls
no test coverage detected