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

Function tagLength

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

Source from the content-addressed store, hash-verified

92}
93
94func tagLength(t uint64) int {
95 if t == tagNull {
96 panic("tagLength called with null tag")
97 }
98 return int(t - 1)
99}

Callers 3

ReadTagFunction · 0.85
NextMethod · 0.85
NextTagAndBodyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected