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

Method nthJEntry

postgres/parser/json/encoded.go:313–315  ·  view source on GitHub ↗
(n int, off int)

Source from the content-addressed store, hash-verified

311}
312
313func (j *jsonEncoded) nthJEntry(n int, off int) (jEntry, error) {
314 return getJEntryAt(j.value, containerHeaderLen+n*jEntryLen, off)
315}
316
317// objectGetDataRange returns the [begin, end) subslice of the object's data.
318func (j *jsonEncoded) objectGetDataRange(begin, end int) []byte {

Callers 1

getNthEntryBoundsMethod · 0.95

Calls 1

getJEntryAtFunction · 0.85

Tested by

no test coverage detected