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

Function PgbsonExplainWriterWriteInteger

pg_documentdb/src/index_am/rum.c:1678–1683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1676
1677
1678static void
1679PgbsonExplainWriterWriteInteger(const char *name, const char *label, int32_t value,
1680 void *writer)
1681{
1682 PgbsonWriterAppendInt32((pgbson_writer *) writer, name, -1, value);
1683}
1684
1685
1686static void

Callers

nothing calls this directly

Calls 1

PgbsonWriterAppendInt32Function · 0.85

Tested by

no test coverage detected