Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
func
makeContainerJEntry(length int) jEntry {
82
return
jEntry{containerTag, uint32(length)}
83
}
84
85
// encoded returns the encoded form of the jEntry.
86
func
(e jEntry) encoded(mode encodingMode) uint32 {
Callers
2
encode
Method · 0.85
encode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected