(typ *super.TypeRecord, fields []Any, length uint32)
| 16 | var _ Any = (*Record)(nil) |
| 17 | |
| 18 | func NewRecord(typ *super.TypeRecord, fields []Any, length uint32) *Record { |
| 19 | return &Record{typ, fields, length} |
| 20 | } |
| 21 | |
| 22 | func (*Record) Kind() Kind { |
| 23 | return KindRecord |
no outgoing calls
no test coverage detected