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

Function makeRemove

packages/effect/src/internal/differ/hashSetPatch.ts:88–94  ·  view source on GitHub ↗
(
  value: Value
)

Source from the content-addressed store, hash-verified

86
87/** @internal */
88export const makeRemove = <Value>(
89 value: Value
90): Differ.HashSet.Patch<Value> => {
91 const o = Object.create(RemoveProto)
92 o.value = value
93 return o
94}
95
96type Instruction =
97 | Add<any>

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…