Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
88
const
tagNull = 0
89
90
func
tagIsNull(t uint64) bool {
91
return
t == tagNull
92
}
93
94
func
tagLength(t uint64) int {
95
if
t == tagNull {
Callers
4
ReadTag
Function · 0.85
DecodeTagLength
Function · 0.85
Next
Method · 0.85
NextTagAndBody
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected