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

Function makeAppend

packages/effect/src/internal/differ/readonlyArrayPatch.ts:68–72  ·  view source on GitHub ↗
(values: ReadonlyArray<Value>)

Source from the content-addressed store, hash-verified

66})
67
68const makeAppend = <Value, Patch>(values: ReadonlyArray<Value>): Differ.Differ.ReadonlyArray.Patch<Value, Patch> => {
69 const o = Object.create(AppendProto)
70 o.values = values
71 return o
72}
73
74interface Slice<Value, Patch> extends Differ.Differ.ReadonlyArray.Patch<Value, Patch> {
75 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…