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

Function offsetEncode

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

Source from the content-addressed store, hash-verified

46var lengthMode = encodingMode{typ: lengthEncoding}
47
48func offsetEncode(offset uint32) encodingMode {
49 return encodingMode{typ: offsetEncoding, offset: offset}
50}
51
52var nullJEntry = jEntry{nullTag, 0}
53var 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…