MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / Build

Method Build

pkg/util/json/json.go:238–240  ·  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

236// Build returns a JSON array built from a JSON sequence. After that, it should
237// not be modified any longer.
238func (b *ArrayBuilderWithCounter) Build() JSON {
239 return b.ab.Build()
240}
241
242// Size returns the size in bytes of the JSON Array the builder is going to build.
243func (b *ArrayBuilderWithCounter) Size() uintptr {

Callers

nothing calls this directly

Calls 1

BuildMethod · 0.45

Tested by

no test coverage detected