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

Function pairIsEqual

src/common/pairs.ts:17–18  ·  view source on GitHub ↗
([entry1, entry2]: Pair<Value>)

Source from the content-addressed store, hash-verified

15export const pairClone = <Value>(array: Pair<Value>): Pair<Value> => [...array];
16
17export const pairIsEqual = <Value>([entry1, entry2]: Pair<Value>): boolean =>
18 entry1 === entry2;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…