Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
func
tagLength(t uint64) int {
95
if
t == tagNull {
96
panic(
"tagLength called with null tag"
)
97
}
98
return
int(t - 1)
99
}
Callers
3
ReadTag
Function · 0.85
Next
Method · 0.85
NextTagAndBody
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected