(boolValueID uint64)
| 369 | } |
| 370 | |
| 371 | func (d *decoder) boolValue(boolValueID uint64) semantic.BoolValue { |
| 372 | return semantic.BoolValue(d.content.Instances.BoolValue[boolValueID-1].Value) |
| 373 | } |
| 374 | |
| 375 | func (d *decoder) block(blockID uint64) (out *semantic.Block) { |
| 376 | d.build(d.content.Instances.Block, &d.inst.Block, blockID, &out, |