( valueId: Id, valueHash: Hash, )
| 51 | ); |
| 52 | |
| 53 | export const getValueInValuesHash: typeof getValueHashInValuesDecl = ( |
| 54 | valueId: Id, |
| 55 | valueHash: Hash, |
| 56 | ): Hash => getHash(valueId + ':' + valueHash); |
| 57 | |
| 58 | export const getValueHash: typeof getValueHashDecl = ( |
| 59 | value: ValueOrUndefined, |
no test coverage detected
searching dependent graphs…