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

Function PgbsonInitArrayElementWriter

pg_documentdb_core/src/io/pgbson.c:1624–1630  ·  view source on GitHub ↗

* Initializes an elementwriter to write to the current index of an array. */

Source from the content-addressed store, hash-verified

1622 * Initializes an elementwriter to write to the current index of an array.
1623 */
1624void
1625PgbsonInitArrayElementWriter(pgbson_array_writer *arrayWriter,
1626 pgbson_element_writer *elementWriter)
1627{
1628 elementWriter->isArray = true;
1629 elementWriter->arrayWriter = arrayWriter;
1630}
1631
1632
1633/*

Calls

no outgoing calls

Tested by

no test coverage detected