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

Function toTag

scode/bytes.go:84–86  ·  view source on GitHub ↗
(length int)

Source from the content-addressed store, hash-verified

82}
83
84func toTag(length int) uint64 {
85 return uint64(length) + 1
86}
87
88const tagNull = 0
89

Callers 3

AppendFunction · 0.85
EndContainerMethod · 0.85
EndContainerWithNonesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected