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

Function offsetEncode

pkg/util/json/jentry.go:51–53  ·  view source on GitHub ↗
(offset uint32)

Source from the content-addressed store, hash-verified

49var lengthMode = encodingMode{typ: lengthEncoding}
50
51func offsetEncode(offset uint32) encodingMode {
52 return encodingMode{typ: offsetEncoding, offset: offset}
53}
54
55var nullJEntry = jEntry{nullTag, 0}
56var trueJEntry = jEntry{trueTag, 0}

Callers 1

encodingModeForIdxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…