Function
makeAppend
(values: Chunk.Chunk<Value>)
Source from the content-addressed store, hash-verified
| 67 | }) |
| 68 | |
| 69 | const makeAppend = <Value, Patch>(values: Chunk.Chunk<Value>): Differ.Differ.Chunk.Patch<Value, Patch> => { |
| 70 | const o = Object.create(AppendProto) |
| 71 | o.values = values |
| 72 | return o |
| 73 | } |
| 74 | |
| 75 | interface Slice<Value, Patch> extends Differ.Differ.Chunk.Patch<Value, Patch> { |
| 76 | readonly _tag: "Slice" |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…