Make an immutable view of an automerge document as at heads
Remarks
The document returned from this function cannot be passed to change.
This is because it shares the same underlying memory as doc, but it is
consequently a very cheap copy.
Note that this function will throw an error if any of the hashes in heads
are not in the document.
Make an immutable view of an automerge document as at
heads
Remarks
The document returned from this function cannot be passed to change. This is because it shares the same underlying memory as
doc
, but it is consequently a very cheap copy.Note that this function will throw an error if any of the hashes in
heads
are not in the document.