* Gets the length of the bson currently written into the array writer. */
| 796 | * Gets the length of the bson currently written into the array writer. |
| 797 | */ |
| 798 | uint32_t |
| 799 | PgbsonArrayWriterGetSize(pgbson_array_writer *writer) |
| 800 | { |
| 801 | return writer->innerBson.len; |
| 802 | } |
| 803 | |
| 804 | |
| 805 | /* |
no outgoing calls
no test coverage detected