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

Function PgbsonWriterGetIterator

pg_documentdb_core/src/io/pgbson.c:1533–1537  ·  view source on GitHub ↗

* Retrieves an iterator object for accessing the current pgbson_writer instance. */

Source from the content-addressed store, hash-verified

1531 * Retrieves an iterator object for accessing the current pgbson_writer instance.
1532 */
1533void
1534PgbsonWriterGetIterator(pgbson_writer *writer, bson_iter_t *iterator)
1535{
1536 bson_iter_init(iterator, &writer->innerBson);
1537}
1538
1539
1540/*

Callers 7

PostProcessCursorPageFunction · 0.85
bson_expression_mapFunction · 0.85
bson_dollar_exprFunction · 0.85
GenerateRootMultiKeyTermFunction · 0.85
BsonUnwindEmptyArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected