| 1684 | |
| 1685 | |
| 1686 | static void |
| 1687 | PgbsonExplainWriterWriteString(const char *name, const char *value, void *writer) |
| 1688 | { |
| 1689 | PgbsonWriterAppendUtf8((pgbson_writer *) writer, name, -1, value); |
| 1690 | } |
| 1691 | |
| 1692 | |
| 1693 | static void |
nothing calls this directly
no test coverage detected