MCPcopy
hub / github.com/simstudioai/sim / valuesEqual

Function valuesEqual

apps/realtime/src/database/operations.ts:1760–1762  ·  view source on GitHub ↗
(left: unknown, right: unknown)

Source from the content-addressed store, hash-verified

1758}
1759
1760function valuesEqual(left: unknown, right: unknown): boolean {
1761 return JSON.stringify(left) === JSON.stringify(right)
1762}
1763
1764// Subblock operations - targeted value updates without replacing workflow state
1765async function handleSubblockOperationTx(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected