MCPcopy Index your code
hub / github.com/Effect-TS/effect / makeAppend

Function makeAppend

packages/effect/src/internal/differ/chunkPatch.ts:69–73  ·  view source on GitHub ↗
(values: Chunk.Chunk<Value>)

Source from the content-addressed store, hash-verified

67})
68
69const 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
75interface Slice<Value, Patch> extends Differ.Differ.Chunk.Patch<Value, Patch> {
76 readonly _tag: "Slice"

Callers 1

diffFunction · 0.70

Calls 1

createMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…