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

Function mapClone2

src/common/map.ts:139–140  ·  view source on GitHub ↗
(map: IdMap2<MapValue> | undefined)

Source from the content-addressed store, hash-verified

137};
138
139export const mapClone2 = <MapValue>(map: IdMap2<MapValue> | undefined) =>
140 mapClone(map, mapClone);
141
142export const mapClone3 = <MapValue>(map: IdMap3<MapValue> | undefined) =>
143 mapClone(map, mapClone2);

Callers 1

Calls 1

mapCloneFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…