MCPcopy Create free account
hub / github.com/react/react / copyWithDelete

Function copyWithDelete

packages/react-reconciler/src/ReactFiberReconciler.js:628–633  ·  view source on GitHub ↗
(
    obj: Object | Array<any>,
    path: Array<string | number>,
  )

Source from the content-addressed store, hash-verified

626 };
627
628 const copyWithDelete = (
629 obj: Object | Array<any>,
630 path: Array<string | number>,
631 ): Object | Array<any> => {
632 return copyWithDeleteImpl(obj, path, 0);
633 };
634
635 const copyWithRenameImpl = (
636 obj: Object | Array<any>,

Callers 1

Calls 1

copyWithDeleteImplFunction · 0.85

Tested by

no test coverage detected