(left: unknown, right: unknown)
| 1758 | } |
| 1759 | |
| 1760 | function 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 |
| 1765 | async function handleSubblockOperationTx( |
no outgoing calls
no test coverage detected