MCPcopy Create free account
hub / github.com/tinyplex/tinybase / mapClone3

Function mapClone3

src/common/map.ts:142–143  ·  view source on GitHub ↗
(map: IdMap3<MapValue> | undefined)

Source from the content-addressed store, hash-verified

140 mapClone(map, mapClone);
141
142export const mapClone3 = <MapValue>(map: IdMap3<MapValue> | undefined) =>
143 mapClone(map, mapClone2);
144
145export type Node<Path, Leaf> = Map<Path, Node<Path, Leaf> | Leaf>;
146export const visitTree = <Path, Leaf>(

Callers 2

callInvalidCellListenersFunction · 0.90

Calls 1

mapCloneFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…