MCPcopy
hub / github.com/tinyplex/tinybase / pairNew

Function pairNew

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

Source from the content-addressed store, hash-verified

4export type Pair<Value> = [Value, Value];
5
6export const pairNew = <Value>(value: Value): Pair<Value> => [value, value];
7
8export const pairCollSize2 = (
9 pair: Pair<Coll<unknown>>,

Callers 3

getCellChangeFunction · 0.90
getValueChangeFunction · 0.90
createStoreFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…