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

Function PgbsonArrayWriterGetSize

pg_documentdb_core/src/io/pgbson.c:798–802  ·  view source on GitHub ↗

* Gets the length of the bson currently written into the array writer. */

Source from the content-addressed store, hash-verified

796 * Gets the length of the bson currently written into the array writer.
797 */
798uint32_t
799PgbsonArrayWriterGetSize(pgbson_array_writer *writer)
800{
801 return writer->innerBson.len;
802}
803
804
805/*

Callers 3

TruncateArrayTermFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected