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