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

Method StripNulls

pkg/util/json/encoded.go:283–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281}
282
283func (j *jsonEncoded) StripNulls() (JSON, bool, error) {
284 dec, err := j.shallowDecode()
285 if err != nil {
286 return nil, false, err
287 }
288 return dec.StripNulls()
289}
290
291func (j *jsonEncoded) ObjectIter() (*ObjectIterator, error) {
292 dec, err := j.shallowDecode()

Callers

nothing calls this directly

Calls 2

shallowDecodeMethod · 0.95
StripNullsMethod · 0.65

Tested by

no test coverage detected