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

Function PgbsonWriterInit

pg_documentdb_core/src/io/pgbson.c:757–761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

755 * Initializes a bson writer so that it's ready to write data
756 */
757pgbson_require_alignment() void
758PgbsonWriterInit(pgbson_writer *writer)
759{
760 bson_init(&(writer->innerBson));
761}
762
763
764/*

Calls

no outgoing calls

Tested by

no test coverage detected