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

Method Add

pkg/util/json/json.go:203–205  ·  view source on GitHub ↗

Add appends JSON to the sequence.

(j JSON)

Source from the content-addressed store, hash-verified

201
202// Add appends JSON to the sequence.
203func (b *ArrayBuilder) Add(j JSON) {
204 b.jsons = append(b.jsons, j)
205}
206
207// Build returns the constructed JSON array. A caller may not modify the array,
208// and the ArrayBuilder reserves the right to re-use the array returned (though

Callers 1

RemoveStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected