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

Function PgbsonWriterGetPgbson

pg_documentdb_core/src/io/pgbson.c:1523–1527  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1521 * The writer is deemed unusable after this point.
1522 */
1523pgbson_require_alignment() pgbson *
1524PgbsonWriterGetPgbson(pgbson_writer * writer)
1525{
1526 return CreatePgbsonfromBson_t(&(writer->innerBson), true);
1527}
1528
1529
1530/*

Calls 1

CreatePgbsonfromBson_tFunction · 0.85

Tested by

no test coverage detected