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

Function makeContainerJEntry

postgres/parser/json/jentry.go:81–83  ·  view source on GitHub ↗
(length int)

Source from the content-addressed store, hash-verified

79}
80
81func makeContainerJEntry(length int) jEntry {
82 return jEntry{containerTag, uint32(length)}
83}
84
85// encoded returns the encoded form of the jEntry.
86func (e jEntry) encoded(mode encodingMode) uint32 {

Callers 2

encodeMethod · 0.85
encodeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected