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

Function AppendTypeValue

type.go:497–500  ·  view source on GitHub ↗
(b scode.Bytes, t Type)

Source from the content-addressed store, hash-verified

495}
496
497func AppendTypeValue(b scode.Bytes, t Type) scode.Bytes {
498 var typedefs map[string]Type
499 return appendTypeValue(b, t, &typedefs)
500}
501
502func appendTypeValue(b scode.Bytes, t Type, typedefs *map[string]Type) scode.Bytes {
503 switch t := t.(type) {

Callers 2

ConsumeMethod · 0.92
EncodeTypeValueFunction · 0.85

Calls 1

appendTypeValueFunction · 0.85

Tested by

no test coverage detected