MCPcopy 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
277func buildTypeValue(b *scode.Builder, tv *TypeValue) error {
278 b.Append(super.EncodeTypeValue(tv.Value))
279 return nil
280}

Callers 1

buildValueFunction · 0.85

Calls 2

EncodeTypeValueFunction · 0.92
AppendMethod · 0.45

Tested by

no test coverage detected