(sctx *super.Context, n uint32)
| 160 | } |
| 161 | |
| 162 | func (f *fieldBuilder) build(sctx *super.Context, n uint32) Any { |
| 163 | var runs []uint32 |
| 164 | if f.opt { |
| 165 | runs = f.runs.End(n) |
| 166 | } |
| 167 | return NewFieldFromRLE(sctx, f.val.Build(sctx), n, runs) |
| 168 | } |
| 169 | |
| 170 | type errorBuilder struct { |
| 171 | typ *super.TypeError |
no test coverage detected