MCPcopy Create free account
hub / github.com/dolthub/doltgresql / Build

Method Build

postgres/parser/json/json.go:288–290  ·  view source on GitHub ↗

Build returns a JSON object built from a key value pair sequence. After that, it should not be modified any longer.

()

Source from the content-addressed store, hash-verified

286// Build returns a JSON object built from a key value pair sequence. After that,
287// it should not be modified any longer.
288func (b *ObjectBuilderWithCounter) Build() JSON {
289 return b.ob.Build()
290}
291
292// Size returns the size in bytes of the JSON object the builder is going to build.
293func (b *ObjectBuilderWithCounter) Size() uintptr {

Callers

nothing calls this directly

Calls 1

BuildMethod · 0.45

Tested by

no test coverage detected