1BSON_WRITER_ROLLBACK(3) libbson BSON_WRITER_ROLLBACK(3)
2
3
4
6 bson_writer_rollback - bson_writer_rollback()
7
9 void
10 bson_writer_rollback (bson_writer_t *writer);
11
13 • writer: A bson_writer_t.
14
16 Abort the appending of the current bson_t to the memory region managed
17 by writer. This is useful if you detected that you went past a particu‐
18 lar memory limit. For example, MongoDB has 48MB message limits.
19
21 MongoDB, Inc
22
24 2017-present, MongoDB, Inc
25
26
27
28
291.17.6 Jun 03, 2021 BSON_WRITER_ROLLBACK(3)