Repo Module
In-memory repository with MST, commit creation, and CAR export/import.
Types
| Type | Description |
|
An in-memory repository. |
Functions and values
| Function or value |
Description
|
|
Compute the MST root CID and collect all blocks.
|
|
|
|
|
|
|
|
Get a record value by its key (collection/rkey path).
|
|
|
Full Usage:
putRecord key value repo
Parameters:
string
value : Cid
repo : Repository
Returns: Repository
|