* Gets the size of the underlying bson represented by * the pgbson */
| 112 | * the pgbson |
| 113 | */ |
| 114 | uint32_t |
| 115 | PgbsonGetBsonSize(const pgbson *bson) |
| 116 | { |
| 117 | return VARSIZE_ANY_EXHDR(bson); |
| 118 | } |
| 119 | |
| 120 | |
| 121 | /* |
no outgoing calls
no test coverage detected