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

Method Build

postgres/parser/json/json.go:253–255  ·  view source on GitHub ↗

Build returns a JSON array built from a JSON sequence. After that, it should not be modified any longer.

()

Source from the content-addressed store, hash-verified

251// Build returns a JSON array built from a JSON sequence. After that, it should
252// not be modified any longer.
253func (b *ArrayBuilderWithCounter) Build() JSON {
254 return b.ab.Build()
255}
256
257// Size returns the size in bytes of the JSON Array the builder is going to build.
258func (b *ArrayBuilderWithCounter) Size() uintptr {

Callers

nothing calls this directly

Calls 1

BuildMethod · 0.45

Tested by

no test coverage detected