MCPcopy Create free account
hub / github.com/brimdata/super / tagIsNull

Function tagIsNull

scode/bytes.go:90–92  ·  view source on GitHub ↗
(t uint64)

Source from the content-addressed store, hash-verified

88const tagNull = 0
89
90func tagIsNull(t uint64) bool {
91 return t == tagNull
92}
93
94func tagLength(t uint64) int {
95 if t == tagNull {

Callers 4

ReadTagFunction · 0.85
DecodeTagLengthFunction · 0.85
NextMethod · 0.85
NextTagAndBodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected