MCPcopy Create free account
hub / github.com/documentdb/documentdb / PgbsonExplainWriterWriteString

Function PgbsonExplainWriterWriteString

pg_documentdb/src/index_am/rum.c:1686–1690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1684
1685
1686static void
1687PgbsonExplainWriterWriteString(const char *name, const char *value, void *writer)
1688{
1689 PgbsonWriterAppendUtf8((pgbson_writer *) writer, name, -1, value);
1690}
1691
1692
1693static void

Callers

nothing calls this directly

Calls 1

PgbsonWriterAppendUtf8Function · 0.85

Tested by

no test coverage detected