( hash1: Hash, hash2: Hash, )
| 32 | }; |
| 33 | |
| 34 | export const addOrRemoveHash: typeof addOrRemoveHashDecl = ( |
| 35 | hash1: Hash, |
| 36 | hash2: Hash, |
| 37 | ): Hash => (hash1 ^ hash2) >>> 0; |
| 38 | |
| 39 | export const getValuesHash: typeof getValuesHashDecl = (valueHashes: { |
| 40 | [valueId: Id]: Hash; |
no outgoing calls
no test coverage detected
searching dependent graphs…