MCPcopy Index your code
hub / github.com/TanStack/db / deepEquals

Function deepEquals

packages/db/src/utils.ts:29–31  ·  view source on GitHub ↗
(a: any, b: any)

Source from the content-addressed store, hash-verified

27 * ```
28 */
29export function deepEquals(a: any, b: any): boolean {
30 return deepEqualsInternal(a, b, new Map())
31}
32
33/**
34 * Internal implementation with cycle detection to prevent infinite recursion

Callers 10

validateQueryKeyPrefixFunction · 0.90
applySuccessfulResultFunction · 0.90
checkIfRevertedFunction · 0.90
setFunction · 0.90
startSyncMethod · 0.90
utils.test.tsFile · 0.90
optimizeQueryFunction · 0.85
matchesCompareOptionsFunction · 0.85

Calls 1

deepEqualsInternalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…