Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolthub/doltgresql
/ makeNumberJEntry
Function
makeNumberJEntry
postgres/parser/json/jentry.go:77–79 ·
view source on GitHub ↗
(length int)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
makeNumberJEntry(length int) jEntry {
78
return
jEntry{numberTag, uint32(length)}
79
}
80
81
func
makeContainerJEntry(length int) jEntry {
82
return
jEntry{containerTag, uint32(length)}
Callers
1
encode
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected