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

Function PgbsonWriterGetSize

pg_documentdb_core/src/io/pgbson.c:788–792  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

786 * Gets the length of the bson currently written into the writer.
787 */
788uint32_t
789PgbsonWriterGetSize(pgbson_writer *writer)
790{
791 return writer->innerBson.len;
792}
793
794
795/*

Calls

no outgoing calls

Tested by

no test coverage detected