Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brimdata/super
/ buildTypeValue
Function
buildTypeValue
sup/builder.go:277–280 ·
view source on GitHub ↗
(b *scode.Builder, tv *TypeValue)
Source
from the content-addressed store, hash-verified
275
}
276
277
func
buildTypeValue(b *scode.Builder, tv *TypeValue) error {
278
b.Append(super.EncodeTypeValue(tv.Value))
279
return
nil
280
}
Callers
1
buildValue
Function · 0.85
Calls
2
EncodeTypeValue
Function · 0.92
Append
Method · 0.45
Tested by
no test coverage detected