MCPcopy Index your code
hub / github.com/tinyplex/tinybase / pairNewMap

Function pairNewMap

src/common/pairs.ts:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11): number => func(pair[0]) + func(pair[1]);
12
13export const pairNewMap = <Value>(): Pair<IdMap<Value>> => [mapNew(), mapNew()];
14
15export const pairClone = <Value>(array: Pair<Value>): Pair<Value> => [...array];
16

Callers 1

createStoreFunction · 0.90

Calls 1

mapNewFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…