| 291 | } |
| 292 | |
| 293 | type enumBuilder struct { |
| 294 | typ *super.TypeEnum |
| 295 | values []uint64 |
| 296 | } |
| 297 | |
| 298 | func (e *enumBuilder) Write(bytes scode.Bytes) { |
| 299 | e.values = append(e.values, super.DecodeUint(bytes)) |
nothing calls this directly
no outgoing calls
no test coverage detected