(table BytesTable)
| 12 | var _ Any = (*TypeValue)(nil) |
| 13 | |
| 14 | func NewTypeValue(table BytesTable) *TypeValue { |
| 15 | return &TypeValue{table} |
| 16 | } |
| 17 | |
| 18 | func NewTypeValueEmpty(cap uint32) *TypeValue { |
| 19 | return NewTypeValue(NewBytesTableEmpty(cap)) |
no outgoing calls
no test coverage detected