MCPcopy Create free account
hub / github.com/documentdb/documentdb / BsonValueHashFunc

Function BsonValueHashFunc

pg_documentdb_core/src/utils/hashset_utils.c:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158
159static uint32
160BsonValueHashFunc(const void *obj, size_t objsize)
161{
162 uint32_t hashValue = 0;
163 const char *collationString = NULL;
164 BsonValueHashFuncCore((const bson_value_t *) obj, collationString, &hashValue);
165 return hashValue;
166}
167
168
169static int

Callers

nothing calls this directly

Calls 1

BsonValueHashFuncCoreFunction · 0.85

Tested by

no test coverage detected