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

Function IsBsonHexadecimalString

pg_documentdb_core/src/io/pgbson.c:124–128  ·  view source on GitHub ↗

* Whether or not the string could be a bson hex string. */

Source from the content-addressed store, hash-verified

122 * Whether or not the string could be a bson hex string.
123 */
124bool
125IsBsonHexadecimalString(const char *string)
126{
127 return string[0] == BsonHexPrefix[0];
128}
129
130
131/*

Callers 6

bson_inFunction · 0.85
AddIndexBuildsFunction · 0.85
RunQueryOnAllServerNodesFunction · 0.85
bsonaggvalue_inFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected