| 136 | |
| 137 | |
| 138 | uint32_t |
| 139 | HashBsonValueComparable(const bson_value_t *bsonIterValue, uint32_t seed) |
| 140 | { |
| 141 | const char *collationString = NULL; |
| 142 | return (uint32_t) HashBsonValueCompare(bsonIterValue, HashBytesUint32AsUint64, |
| 143 | HashCombineUint32AsUint64, seed, |
| 144 | collationString); |
| 145 | } |
| 146 | |
| 147 | |
| 148 | /* |
nothing calls this directly
no test coverage detected