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

Function PgbsonExplainWriterWriteBool

pg_documentdb/src/index_am/rum.c:1644–1648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1642
1643
1644static void
1645PgbsonExplainWriterWriteBool(const char *name, bool value, void *writer)
1646{
1647 PgbsonWriterAppendBool((pgbson_writer *) writer, name, -1, value);
1648}
1649
1650
1651static void

Callers

nothing calls this directly

Calls 1

PgbsonWriterAppendBoolFunction · 0.85

Tested by

no test coverage detected