* Gets the length of the bson currently written into the writer. */
| 786 | * Gets the length of the bson currently written into the writer. |
| 787 | */ |
| 788 | uint32_t |
| 789 | PgbsonWriterGetSize(pgbson_writer *writer) |
| 790 | { |
| 791 | return writer->innerBson.len; |
| 792 | } |
| 793 | |
| 794 | |
| 795 | /* |
no outgoing calls
no test coverage detected