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

Method Add

postgres/parser/json/json.go:218–220  ·  view source on GitHub ↗

Add appends JSON to the sequence.

(j JSON)

Source from the content-addressed store, hash-verified

216
217// Add appends JSON to the sequence.
218func (b *ArrayBuilder) Add(j JSON) {
219 b.jsons = append(b.jsons, j)
220}
221
222// Build returns the constructed JSON array. A caller may not modify the array,
223// and the ArrayBuilder reserves the right to re-use the array returned (though

Callers 3

RemoveStringMethod · 0.95
AddMethod · 0.45
AddMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected