Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/documentdb/documentdb
/ bson_build_document
Function
bson_build_document
pg_documentdb_core/src/io/bson_io.c:585–590 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
584
585
Datum
586
bson_build_document(PG_FUNCTION_ARGS)
587
{
588
bool isBuildDocument = true;
589
return BsonRepathAndBuildCore(fcinfo, isBuildDocument);
590
}
591
592
593
inline static void
Callers
nothing calls this directly
Calls
1
BsonRepathAndBuildCore
Function · 0.85
Tested by
no test coverage detected