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

Function BsonValueIsNumber

pg_documentdb_core/include/io/bsonvalue_utils.h:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89
90
91static inline bool
92BsonValueIsNumber(const bson_value_t *value)
93{
94 return BsonTypeIsNumber(value->value_type);
95}
96
97
98static pg_attribute_no_sanitize_alignment() inline bool

Calls 1

BsonTypeIsNumberFunction · 0.85

Tested by

no test coverage detected