MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / patchRemove

Function patchRemove

packages/sdk/src/engine/patches.ts:200–202  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

198}
199
200export function patchRemove(path: string): JsonPatchOp {
201 return { op: "remove", path };
202}
203
204/** Emit forward (replace or add) + inverse (replace or remove) for a scalar change. */
205export function scalarChange(

Callers 5

scalarChangeFunction · 0.85
valueChangeFunction · 0.85
scalarDeleteFunction · 0.85
handleRemoveElementFunction · 0.85
handleAddElementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected