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

Function isEqual

src/ui-react/hooks.ts:382–382  ·  view source on GitHub ↗
(thing1: any, thing2: any)

Source from the content-addressed store, hash-verified

380 cellOrValueEqual,
381];
382const isEqual = (thing1: any, thing2: any) => thing1 === thing2;
383
384const useCreate = (
385 store: Store | undefined,

Callers 2

ifTransformedFunction · 0.50
objIsEqualFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…